mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Disable autodownload on login (support).
This commit is contained in:
parent
1ec9137fd7
commit
ec49ff31ef
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ void PrepareSupportMode() {
|
|||
|
||||
Global::SetDesktopNotify(false);
|
||||
Global::SetSoundNotify(false);
|
||||
cSetAutoDownloadAudio(dbiadNoPrivate | dbiadNoGroups);
|
||||
cSetAutoDownloadGif(dbiadNoPrivate | dbiadNoGroups);
|
||||
cSetAutoDownloadPhoto(dbiadNoPrivate | dbiadNoGroups);
|
||||
cSetAutoPlayGif(false);
|
||||
Local::writeUserSettings();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue