2.12.1-dev

This commit is contained in:
LemmyCook
2025-09-18 23:42:34 -04:00
parent 878115db59
commit 978405bd85
3 changed files with 4 additions and 3 deletions
@@ -16,5 +16,7 @@ NIconButton {
baseSize: Style.capsuleHeight
colorBg: ScreenRecorderService.isRecording ? Color.mPrimary : (Settings.data.bar.showCapsule ? Color.mSurfaceVariant : Color.transparent)
colorFg: ScreenRecorderService.isRecording ? Color.mOnPrimary : Color.mOnSurface
colorBorder: Color.transparent
colorBorderHover: Color.transparent
onClicked: ScreenRecorderService.toggleRecording()
}