tdesktop/Telegram/SourceFiles/platform/linux
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
..
file_utilities_linux.cpp Remove unneeded anymore xdg-open workaround for snap 2022-04-13 15:06:06 +04:00
file_utilities_linux.h
integration_linux.cpp Add dummy Platform::Integration on Linux. 2022-01-06 15:44:02 +03:00
integration_linux.h Add dummy Platform::Integration on Linux. 2022-01-06 15:44:02 +03:00
launcher_linux.cpp Instantiate a local dbus server for webview IPC 2021-11-29 16:23:51 +04:00
launcher_linux.h Allow to build with -Werror and clang 2021-07-13 21:32:06 +03:00
linux_desktop_environment.cpp Fix desktop environment list deduplication 2022-02-02 09:23:14 +03:00
linux_desktop_environment.h Rework DE detection 2022-01-07 19:14:59 +03:00
linux_wayland_integration_dummy.cpp Move xdg-foreign support to lib_base 2022-02-04 16:31:40 +03:00
linux_wayland_integration.cpp Move xdg-foreign support to lib_base 2022-02-04 16:31:40 +03:00
linux_wayland_integration.h Move xdg-foreign support to lib_base 2022-02-04 16:31:40 +03:00
linux_xdp_file_dialog.cpp Adapt to lib_base's XDP API changes 2022-04-14 09:15:50 +04:00
linux_xdp_file_dialog.h Make Linux file dialog API better 2021-06-24 11:26:24 +04:00
linux_xdp_open_with_dialog.cpp Adapt to lib_base's XDP API changes 2022-04-14 09:15:50 +04:00
linux_xdp_open_with_dialog.h
main_window_linux.cpp Get rid of unneeded MainWindow::Private class on Linux 2022-03-05 16:47:38 +04:00
main_window_linux.h Get rid of unneeded MainWindow::Private class on Linux 2022-03-05 16:47:38 +04:00
notifications_manager_linux_dummy.cpp
notifications_manager_linux.cpp Check whether notification image has alpha channel 2022-04-25 22:33:22 +04:00
notifications_manager_linux.h Hide native notifications of deleted messages. 2021-10-21 23:01:13 +04:00
specific_linux.cpp Avoid a second query for the current color-scheme 2022-04-25 22:38:08 +04:00
specific_linux.h Support autostart in Windows Store version. 2021-11-04 12:36:28 +04:00