2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

saving window position and size each second, not four seconds

This commit is contained in:
John Preston
2014-07-16 09:03:01 +04:00
parent 6caefea8c2
commit 8ff67544d9
4 changed files with 4 additions and 3 deletions

View File

@@ -223,7 +223,7 @@ void PsMainWindow::psSavePosition(Qt::WindowState state) {
}
void PsMainWindow::psUpdatedPosition() {
psUpdatedPositionTimer.start(4000);
psUpdatedPositionTimer.start(SaveWindowPositionTimeout);
}
void PsMainWindow::psStateChanged(Qt::WindowState state) {