Home
last modified time | relevance | path

Searched refs:setDesktopNotify (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/qTox/qTox-1.17.4/src/widget/form/settings/
H A Duserinterfaceform.cpp292 Settings::getInstance().setDesktopNotify(notify); in on_desktopNotify_stateChanged()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/platform/mac/
H A Dspecific_mac_p.mm216 settings.setDesktopNotify(!settings.desktopNotify());
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/core/
H A Dcore_settings.h158 void setDesktopNotify(bool value) { in setDesktopNotify() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/intro/
H A Dintro_step.cpp47 Core::App().settings().setDesktopNotify(false); in PrepareSupportMode()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/
H A Dmainwindow.cpp741 settings.setDesktopNotify(!settings.desktopNotify()); in toggleDisplayNotifyFromTray()
/dports/net-im/qTox/qTox-1.17.4/src/persistence/
H A Dsettings.h325 void setDesktopNotify(bool enabled);
H A Dsettings.cpp1746 void Settings::setDesktopNotify(bool enabled) in setDesktopNotify() function in Settings
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/storage/details/
H A Dstorage_settings_scheme.cpp359 Core::App().settings().setDesktopNotify(v == 1); in ReadSetting()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/settings/
H A Dsettings_notifications.cpp750 Core::App().settings().setDesktopNotify(checked); in SetupNotificationsContent()