Apply suggestions from code review

Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
This commit is contained in:
RichΛrd 2020-11-26 11:58:01 -04:00 committed by Iuri Matias
parent 71665ed53c
commit 70c44e37dd
1 changed files with 2 additions and 2 deletions

View File

@ -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