mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
refs #786, follow up / corresponding adjustments based on context changes
* removed reload models menu item * changed to renamed functions
This commit is contained in:
@@ -201,7 +201,7 @@ namespace BlackGui
|
||||
return;
|
||||
}
|
||||
|
||||
int models = sGui->getIContextSimulator()->getInstalledModelsCount();
|
||||
int models = sGui->getIContextSimulator()->getModelSetCount();
|
||||
bool on = (models > 0);
|
||||
ui->led_MapperReady->setOn(on);
|
||||
if (on)
|
||||
|
||||
Reference in New Issue
Block a user