From fdd22cdf4e6f80b2498115fdc143012e970005be Mon Sep 17 00:00:00 2001 From: Neurotoxin001 <39812401+Neurotoxin001@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:03:04 +0300 Subject: [PATCH] Update ayu_settings.h --- Telegram/SourceFiles/ayu/ayu_settings.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Telegram/SourceFiles/ayu/ayu_settings.h b/Telegram/SourceFiles/ayu/ayu_settings.h index 642f8c6723..d88e7c6e61 100644 --- a/Telegram/SourceFiles/ayu/ayu_settings.h +++ b/Telegram/SourceFiles/ayu/ayu_settings.h @@ -267,8 +267,8 @@ inline void to_json(nlohmann::json &nlohmann_json_j, const AyuGramSettings &nloh NLOHMANN_JSON_TO(showMessageSeconds) NLOHMANN_JSON_TO(showMessageShot) NLOHMANN_JSON_TO(stickerConfirmation) - NLOHMANN_JSON_TO(showForwards) - NLOHMANN_JSON_TO(showForwardsRatio) + NLOHMANN_JSON_TO(showForwards) + NLOHMANN_JSON_TO(showForwardsRatio) NLOHMANN_JSON_TO(gifConfirmation) NLOHMANN_JSON_TO(voiceConfirmation) } @@ -332,8 +332,8 @@ inline void from_json(const nlohmann::json &nlohmann_json_j, AyuGramSettings &nl NLOHMANN_JSON_FROM_WITH_DEFAULT(showMessageSeconds) NLOHMANN_JSON_FROM_WITH_DEFAULT(showMessageShot) NLOHMANN_JSON_FROM_WITH_DEFAULT(stickerConfirmation) - NLOHMANN_JSON_FROM_WITH_DEFAULT(showForwards) - NLOHMANN_JSON_FROM_WITH_DEFAULT(showForwardsRatio) + NLOHMANN_JSON_FROM_WITH_DEFAULT(showForwards) + NLOHMANN_JSON_FROM_WITH_DEFAULT(showForwardsRatio) NLOHMANN_JSON_FROM_WITH_DEFAULT(gifConfirmation) NLOHMANN_JSON_FROM_WITH_DEFAULT(voiceConfirmation) }