mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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::SetDesktopNotify(false);
|
||||||
Global::SetSoundNotify(false);
|
Global::SetSoundNotify(false);
|
||||||
|
cSetAutoDownloadAudio(dbiadNoPrivate | dbiadNoGroups);
|
||||||
|
cSetAutoDownloadGif(dbiadNoPrivate | dbiadNoGroups);
|
||||||
|
cSetAutoDownloadPhoto(dbiadNoPrivate | dbiadNoGroups);
|
||||||
cSetAutoPlayGif(false);
|
cSetAutoPlayGif(false);
|
||||||
Local::writeUserSettings();
|
Local::writeUserSettings();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue