mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
wiz guid fix
This commit is contained in:
committed by
Aiden McClelland
parent
d4297b16d2
commit
6eb2dfbb5e
@@ -47,7 +47,7 @@ export class EmbassyPage {
|
||||
}
|
||||
|
||||
async chooseDrive (drive: DiskInfo) {
|
||||
if (!!drive.partitions.find(p => p.used)) {
|
||||
if (!!drive.partitions.find(p => p.used) || !!drive.guid) {
|
||||
const alert = await this.alertCtrl.create({
|
||||
header: 'Warning',
|
||||
subHeader: 'Drive contains data!',
|
||||
|
||||
Reference in New Issue
Block a user