mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Autofmt
This commit is contained in:
@@ -600,7 +600,8 @@ Item {
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
onClicked: if (lockContext) lockContext.tryUnlock()
|
||||
onClicked: if (lockContext)
|
||||
lockContext.tryUnlock()
|
||||
}
|
||||
|
||||
Behavior on color {
|
||||
|
||||
@@ -758,8 +758,8 @@ Popup {
|
||||
root.colorSelected(root.selectedColor);
|
||||
// Delay close to prevent click propagation to elements behind the dialog
|
||||
Qt.callLater(() => {
|
||||
root.close();
|
||||
});
|
||||
root.close();
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user