Fixing partutils.cpp
This commit is contained in:
parent
e7161443d6
commit
cb7258249d
@ -444,7 +444,7 @@ bool
|
|||||||
isArmSystem()
|
isArmSystem()
|
||||||
{
|
{
|
||||||
Calamares::GlobalStorage* gs = Calamares::JobQueue::instance()->globalStorage();
|
Calamares::GlobalStorage* gs = Calamares::JobQueue::instance()->globalStorage();
|
||||||
return gs->contains( "armInstall" ) && gs->value( "armInstall" ).toBool() );
|
return gs->contains("armInstall") && gs->value("armInstall").toBool();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
Loading…
Reference in New Issue
Block a user