Fix resume playback on start not working.

This commit is contained in:
Jonas Kvinge 2018-03-10 00:11:04 +01:00 committed by John Maguire
parent c3a7920cb4
commit de23c3181f
1 changed files with 1 additions and 1 deletions

View File

@ -1412,7 +1412,7 @@ void MainWindow::closeEvent(QCloseEvent* event) {
event->ignore();
SetHiddenInTray(true);
} else {
QApplication::quit();
Exit();
}
}