GlosSIConfig: Default HideAltTab to true

experimental/global_desktop_controller
Peter Repukat 1 year ago
parent 51ccda8fb8
commit 4373dfc633

@ -424,11 +424,11 @@ QVariantMap UIModel::getDefaultConf() const
{"window",
QJsonObject{
{"disableOverlay", false},
{"hideAltTab", false},
{"hideAltTab", true},
{"maxFps", QJsonValue::Null},
{"scale", QJsonValue::Null},
{"windowMode", false},
{"disableGlosSIOverlay", false},
{"disableGlosSIOverlay", false}
}},
};

Loading…
Cancel
Save