mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 19:03:42 +00:00
c52a5927e5
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`.