mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
6052612250
commit
dac1582b72
|
@ -207,7 +207,7 @@ void Settings::loadGlobal()
|
|||
s.beginGroup("GUI");
|
||||
{
|
||||
showWindow = s.value("showWindow", true).toBool();
|
||||
showInFront = s.value("showInFront", true).toBool();
|
||||
showInFront = s.value("showInFront", false).toBool();
|
||||
notify = s.value("notify", true).toBool();
|
||||
groupAlwaysNotify = s.value("groupAlwaysNotify", true).toBool();
|
||||
groupchatPosition = s.value("groupchatPosition", true).toBool();
|
||||
|
|
Loading…
Reference in New Issue
Block a user