diff --git a/ui/main.qml b/ui/main.qml index 26e61d4b95..54b8dc8bb3 100644 --- a/ui/main.qml +++ b/ui/main.qml @@ -106,7 +106,7 @@ ApplicationWindow { property bool allowNotificationsFromNonContacts: false property var whitelistedUnfurlingSites: ({}) property bool neverAskAboutUnfurlingAgain: false - property bool dontShowChannelSuggestions: false + property bool hideChannelSuggestions: false property int fontSize: Constants.fontSizeM @@ -142,7 +142,7 @@ ApplicationWindow { property bool allowNotificationsFromNonContacts: defaultAppSettings.allowNotificationsFromNonContacts property var whitelistedUnfurlingSites: defaultAppSettings.whitelistedUnfurlingSites property bool neverAskAboutUnfurlingAgain: defaultAppSettings.neverAskAboutUnfurlingAgain - property bool dontShowChannelSuggestions: defaultAppSettings.dontShowChannelSuggestions + property bool hideChannelSuggestions: defaultAppSettings.hideChannelSuggestions property int fontSize: defaultAppSettings.fontSize // Browser settings