Bar Widgets: Removed 3 unecessary anchors

This commit is contained in:
LemmyCook 2025-09-14 21:56:55 -04:00
parent 2f7a834b55
commit 5df218a789
3 changed files with 0 additions and 4 deletions

View file

@ -40,7 +40,6 @@ NIconButton {
colorBorder: Color.transparent
colorBorderHover: Color.transparent
anchors.verticalCenter: parent.verticalCenter
onClicked: PanelService.getPanel("sidePanel")?.toggle(this)
onRightClicked: PanelService.getPanel("settingsPanel")?.toggle()