mirror of https://github.com/procxx/kepka.git
Disable autodownload on login (support).
This commit is contained in:
parent
1ec9137fd7
commit
ec49ff31ef
|
@ -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…
Reference in New Issue