From 91b0e7148686e6a66fe8509c2ccfa9f7c2bdc1be Mon Sep 17 00:00:00 2001 From: AlexeyZavar Date: Sun, 6 Jul 2025 17:16:15 +0300 Subject: [PATCH] fix: reformat --- Telegram/SourceFiles/ayu/ayu_settings.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Telegram/SourceFiles/ayu/ayu_settings.cpp b/Telegram/SourceFiles/ayu/ayu_settings.cpp index 3527898614..f6bb469bd2 100644 --- a/Telegram/SourceFiles/ayu/ayu_settings.cpp +++ b/Telegram/SourceFiles/ayu/ayu_settings.cpp @@ -420,16 +420,15 @@ void set_localPremium(bool val) { } void set_hideChannelReactions(bool val) { - settings->hideChannelReactions = val; + settings->hideChannelReactions = val; } void set_hideGroupReactions(bool val) { - settings->hideGroupReactions = val; + settings->hideGroupReactions = val; } void set_appIcon(const QString &val) { settings->appIcon = val; - } void set_simpleQuotesAndReplies(bool val) {