2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Fix group/channel Appearance button style.

This commit is contained in:
John Preston
2024-05-19 10:18:55 +04:00
parent 1c6f45d8d3
commit db486e957c
5 changed files with 16 additions and 5 deletions

View File

@@ -1576,7 +1576,8 @@ void SetupThemeSettings(
AddPeerColorButton(
container,
controller->uiShow(),
controller->session().user());
controller->session().user(),
st::settingsColorButton);
const auto settings = &Core::App().settings();
if (settings->systemDarkMode().has_value()) {