kotatogram-desktop/Telegram/SourceFiles
Hugo Osvaldo Barrera c52a5927e5 Avoid a second query for the current color-scheme
Telegram listens for a signal that indicates when the color-scheme
changes. The signal itself includes the new value, but Telegram
currently queries for the value immediately after getting the signal.
This second round-trip is unnecessary, since the signal itself contains
the same information.

This changeset avoids this follow-up query, and drops the now-unused
`Setter`.
2022-04-25 22:38:08 +04:00
..
_other
api Fix build on Windows. 2022-04-19 18:13:27 +04:00
boxes Moved EditPeerHistoryVisibilityBox to td_ui. 2022-04-25 22:35:02 +04:00
calls Reload stale video chat on join. 2022-04-25 13:41:24 +04:00
chat_helpers Fix build with GCC. 2022-04-07 18:28:58 +04:00
codegen/scheme
core Version 3.7.1. 2022-04-20 13:56:09 +04:00
countries
data Slightly improved display of media replacement in admin log. 2022-04-25 22:35:02 +04:00
dialogs Moved out peer menu callback and its creation to separated files. 2022-04-01 15:53:58 +04:00
editor
export Unified general phrases for duration. 2022-04-01 15:53:58 +04:00
ffmpeg Clear hw_device_ctx in AVCodecContext. 2022-04-19 09:39:01 +04:00
history Slightly improved display of media replacement in admin log. 2022-04-25 22:35:02 +04:00
info Replaced icons in manage group / channel. 2022-04-25 22:35:02 +04:00
inline_bots Custom scroll bar in WebKit / Chromium. 2022-04-12 23:01:37 +04:00
intro Unified general phrases for duration. 2022-04-01 15:53:58 +04:00
lang
layout
main Added few last used mute periods to mute menu. 2022-04-02 01:26:00 +03:00
media Clear possible crash in media viewer. 2022-04-19 09:39:01 +04:00
menu Fixed intervals of seconds in PickMuteBox. 2022-04-25 22:35:02 +04:00
mtproto Update User-Agent for DNS to Chrome 100.0.4896.60. 2022-04-12 17:36:18 +04:00
overview
passport Moved out setup of top and bottom scroll shadows to separated file. 2022-04-13 14:26:11 +03:00
payments Don't use WebView embed in Windows before 8.1. 2022-04-20 11:43:53 +04:00
platform Avoid a second query for the current color-scheme 2022-04-25 22:38:08 +04:00
profile
settings Added animated reactions in manage of groups / channels. 2022-04-19 09:39:00 +04:00
storage Update API scheme on layer 140. 2022-04-06 16:29:06 +04:00
support
ui Added bot button to bar of pinned messages. 2022-04-25 22:35:02 +04:00
window Moved boxes for reporting messages or peers to separated file. 2022-04-19 09:39:01 +04:00
apiwrap.cpp Fix bot start token sending. 2022-04-14 16:13:12 +04:00
apiwrap.h Allow editing general notification sound. 2022-04-06 19:23:41 +04:00
config.h
facades.cpp Add confirmation on first webview open. 2022-04-06 11:53:44 +04:00
facades.h Removed base/observer.h from main pch. 2022-03-15 18:02:30 +03:00
logs.cpp
logs.h
main.cpp
mainwidget.cpp
mainwidget.h
mainwindow.cpp
mainwindow.h
settings.cpp
settings.h
stdafx.h