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

Loading…
Cancel
Save