mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-25 15:03:03 +02:00
Fix saving of main menu accounts state.
This commit is contained in:
parent
65050bf9dd
commit
8ad1e8aed9
1 changed files with 1 additions and 2 deletions
|
@ -89,8 +89,7 @@ QByteArray Settings::serialize() const {
|
|||
}
|
||||
stream
|
||||
<< qint32(_autoDownloadDictionaries.current() ? 1 : 0)
|
||||
<< qint32(Window::Theme::Background()->tileDay() ? 1 : 0)
|
||||
<< qint32(Window::Theme::Background()->tileNight() ? 1 : 0);
|
||||
<< qint32(_mainMenuAccountsShown.current() ? 1 : 0);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue