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", {"window",
QJsonObject{ QJsonObject{
{"disableOverlay", false}, {"disableOverlay", false},
{"hideAltTab", false}, {"hideAltTab", true},
{"maxFps", QJsonValue::Null}, {"maxFps", QJsonValue::Null},
{"scale", QJsonValue::Null}, {"scale", QJsonValue::Null},
{"windowMode", false}, {"windowMode", false},
{"disableGlosSIOverlay", false}, {"disableGlosSIOverlay", false}
}}, }},
}; };

Loading…
Cancel
Save