mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
fix: recreate plugin popout binding even if contentHeight is already set (#852)
This commit is contained in:
@@ -74,7 +74,7 @@ DankPopout {
|
||||
root.close()
|
||||
}
|
||||
}
|
||||
if (root.contentHeight === 0 && item) {
|
||||
if (item) {
|
||||
root.contentHeight = Qt.binding(() => item.implicitHeight + Theme.spacingS * 2)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user