Home
last modified time | relevance | path

Searched refs:newNightMode (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/themes/
H A Dwindow_theme.cpp1143 bool newNightMode) { in reapplyWithNightMode() argument
1149 } else if (_nightMode != newNightMode && !nightModeChangeAllowed()) { in reapplyWithNightMode()
1153 const auto nightModeChanged = (newNightMode != _nightMode); in reapplyWithNightMode()
1155 _nightMode = newNightMode; in reapplyWithNightMode()
1183 : (newNightMode ? NightThemePath() : QString()); in reapplyWithNightMode()
1191 _nightMode = newNightMode; in reapplyWithNightMode()
H A Dwindow_theme.h233 bool newNightMode);