mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -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