may be a bit better quit handling

This commit is contained in:
Blue 2022-01-25 23:35:55 +03:00
parent c708c33a92
commit 802e2f11a1
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
7 changed files with 46 additions and 12 deletions

View file

@ -883,6 +883,10 @@ void Squawk::writeSettings()
}
settings.endGroup();
settings.endGroup();
settings.sync();
qDebug() << "Saved settings";
}
void Squawk::onItemCollepsed(const QModelIndex& index)