commit
11e1659cad
@ -444,7 +444,7 @@ bool
|
||||
isArmSystem()
|
||||
{
|
||||
Calamares::GlobalStorage* gs = Calamares::JobQueue::instance()->globalStorage();
|
||||
return gs->contains( "armInstall" ) && gs->value( "armInstall" ).toBool() );
|
||||
return gs->contains( "armInstall" ) && gs->value( "armInstall" ).toBool();
|
||||
}
|
||||
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user