fix default mode

This commit is contained in:
Iuri Matias 2021-03-17 15:11:42 -04:00
parent d0f141c1b8
commit 98eea14da8
1 changed files with 2 additions and 2 deletions

View File

@ -161,8 +161,8 @@ RowLayout {
// Prior to this change, most likely many users are still using the // Prior to this change, most likely many users are still using the
// normal mode configuration, so we have to enforce compact mode for // normal mode configuration, so we have to enforce compact mode for
// those. // those.
if (!appSettings.compactMode) { if (!appSettings.useCompactMode) {
appSettings.compactMode = true appSettings.useCompactMode = true
} }
const whitelist = profileModel.getLinkPreviewWhitelist() const whitelist = profileModel.getLinkPreviewWhitelist()