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

@ -16,6 +16,5 @@ NIconButton {
sizeRatio: 0.8
colorBg: Color.mPrimary
colorFg: Color.mOnPrimary
anchors.verticalCenter: parent.verticalCenter
onClicked: ScreenRecorderService.toggleRecording()
}