Fixing partutils.cpp

This commit is contained in:
Ficelloo 2023-07-06 19:16:37 +02:00 committed by GitHub
parent e7161443d6
commit cb7258249d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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