mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 04:21:44 +00:00
fix(warnings): Avoid flickable manipulations in SettingsPageLayout when dirty toast message isn't active
Fixes: #8293
This commit is contained in:
parent
3ddd470a4a
commit
046e1d1073
@ -95,7 +95,7 @@ Item {
|
||||
bottomMargin: 16
|
||||
}
|
||||
active: root.dirty
|
||||
flickable: root.contentItem
|
||||
flickable: root.dirty ? root.contentItem : null
|
||||
saveChangesButtonEnabled: !!root.contentItem && !!root.contentItem.saveChangesButtonEnabled
|
||||
onResetChangesClicked: root.resetChangesClicked()
|
||||
onSaveChangesClicked: root.saveChangesClicked()
|
||||
|
Loading…
x
Reference in New Issue
Block a user