mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
fix default mode
This commit is contained in:
parent
d0f141c1b8
commit
98eea14da8
@ -161,8 +161,8 @@ RowLayout {
|
||||
// Prior to this change, most likely many users are still using the
|
||||
// normal mode configuration, so we have to enforce compact mode for
|
||||
// those.
|
||||
if (!appSettings.compactMode) {
|
||||
appSettings.compactMode = true
|
||||
if (!appSettings.useCompactMode) {
|
||||
appSettings.useCompactMode = true
|
||||
}
|
||||
|
||||
const whitelist = profileModel.getLinkPreviewWhitelist()
|
||||
|
Loading…
x
Reference in New Issue
Block a user