Autoformat

This commit is contained in:
Ly-sec 2025-08-31 08:57:00 +02:00
parent 51f1923e22
commit 724e55c37d
4 changed files with 132 additions and 138 deletions

View file

@ -22,8 +22,6 @@ NPanel {
property bool isSubMenu: false property bool isSubMenu: false
property bool isHovered: false property bool isHovered: false
function showAt(item, x, y) { function showAt(item, x, y) {
if (!item) { if (!item) {
Logger.warn("TrayMenu", "anchorItem is undefined, won't show menu.") Logger.warn("TrayMenu", "anchorItem is undefined, won't show menu.")
@ -36,8 +34,6 @@ NPanel {
// Use NPanel's open method instead of PopupWindow's visible // Use NPanel's open method instead of PopupWindow's visible
open(screen) open(screen)
} }
function hideMenu() { function hideMenu() {

View file

@ -132,6 +132,4 @@ Rectangle {
} }
} }
} }
} }