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
|
// 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()
|
||||||
|
|
Loading…
Reference in New Issue