Settings: always recompute position when floating changes.

This commit is contained in:
ItsLemmy
2025-11-09 09:20:59 -05:00
parent ed4dd34a9c
commit 567da03770
+1 -1
View File
@@ -39,7 +39,7 @@ SmartPanel {
}
onBarFloatingChanged: {
if (isPanelOpen && attachToBar) {
if (isPanelOpen) {
Qt.callLater(root.setPosition)
}
}