From 7842d0bef38a6e53295f86196418ec003b0ef5c6 Mon Sep 17 00:00:00 2001 From: Next Alone <12210746+NextAlone@users.noreply.github.com> Date: Wed, 29 Jun 2022 12:50:08 +0800 Subject: [PATCH] fix: wrong properties --- .../kotlin/xyz/nextalone/nagram/NaConfig.kt | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/TMessagesProj/src/main/kotlin/xyz/nextalone/nagram/NaConfig.kt b/TMessagesProj/src/main/kotlin/xyz/nextalone/nagram/NaConfig.kt index 7ecd1f2bb..f093e2664 100644 --- a/TMessagesProj/src/main/kotlin/xyz/nextalone/nagram/NaConfig.kt +++ b/TMessagesProj/src/main/kotlin/xyz/nextalone/nagram/NaConfig.kt @@ -27,79 +27,79 @@ object NaConfig { ArrayList() // Configs - var forceCopy = + val forceCopy = addConfig( "ForceCopy", ConfigItem.configTypeBool, false ) - var showInvertReply = + val showInvertReply = addConfig( "InvertReply", ConfigItem.configTypeBool, false ) - var showGreatOrPoor = + val showGreatOrPoor = addConfig( "GreatOrPoor", ConfigItem.configTypeBool, false ) - var showTextBold = + val showTextBold = addConfig( "TextBold", ConfigItem.configTypeBool, true ) - var showTextItalic = + val showTextItalic = addConfig( "TextItalic", ConfigItem.configTypeBool, true ) - var showTextMono = + val showTextMono = addConfig( "TextMonospace", ConfigItem.configTypeBool, true ) - var showTextStrikethrough = + val showTextStrikethrough = addConfig( "TextStrikethrough", ConfigItem.configTypeBool, true ) - var showTextUnderline = + val showTextUnderline = addConfig( "TextUnderline", ConfigItem.configTypeBool, true ) - var showTextSpoiler = + val showTextSpoiler = addConfig( "TextSpoiler", ConfigItem.configTypeBool, true ) - var showTextCreateLink = + val showTextCreateLink = addConfig( "TextLink", ConfigItem.configTypeBool, true ) - var showTextCreateMention = + val showTextCreateMention = addConfig( "TextCreateMention", ConfigItem.configTypeBool, true ) - var showTextRegular = + val showTextRegular = addConfig( "TextRegular", ConfigItem.configTypeBool, true ) - var combineMessage = + val combineMessage = addConfig( "CombineMessage", ConfigItem.configTypeInt, @@ -123,7 +123,7 @@ object NaConfig { ConfigItem.configTypeBool, false ) - var doubleTapAction = + val doubleTapAction = addConfig( "DoubleTapAction", ConfigItem.configTypeInt,