Reflect language and color scheme changes in global config in manager and all its VMs
This commit is contained in:
@@ -2244,7 +2244,9 @@ void
|
||||
MainWindow::on_actionPreferences_triggered()
|
||||
{
|
||||
ProgSettings progsettings(this);
|
||||
progsettings.exec();
|
||||
if (progsettings.exec() == QDialog::Accepted) {
|
||||
emit vmmGlobalConfigurationChanged();
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user