From 70c44e37dd97b7e6d40c021343b719a084ba1e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rich=CE=9Brd?= Date: Thu, 26 Nov 2020 11:58:01 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jonathan Rainville --- ui/main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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