fix: ignore save requests after closing all windows (#5081)

This commit is contained in:
nerix
2024-01-14 13:37:03 +01:00
committed by GitHub
parent 13ff11ea75
commit 292f9b9734
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -140,6 +140,7 @@ private:
const QString windowLayoutFilePath;
bool initialized_ = false;
bool shuttingDown_ = false;
QPoint emotePopupPos_;