mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 17:27:53 +00:00
Apply suggestions from code review
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
This commit is contained in:
parent
71665ed53c
commit
70c44e37dd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user