GlosSIConfig: Default HideAltTab to true

pull/239/head
Peter Repukat 1 year ago
parent 7a01ceede1
commit 4b57c6cb94

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