ScreenRecorder Service + Reconnected the utility button

This commit is contained in:
quadbyte
2025-08-12 16:18:49 -04:00
parent c1f22d5e87
commit e7588b29d9
10 changed files with 141 additions and 50 deletions
+7 -1
View File
@@ -18,14 +18,20 @@ NBox {
Item {
Layout.fillWidth: true
}
// Record
// Screen Recorder
NIconButton {
icon: "videocam"
showFilled: ScreenRecorder.isRecording
onClicked: {
ScreenRecorder.toggleRecording()
}
}
// Wallpaper
NIconButton {
icon: "image"
}
Item {
Layout.fillWidth: true
}