mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 23:25:15 +00:00
Disable autodownload on login (support).
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user