Merge branch 'main' of github.com:noctalia-dev/noctalia-shell

This commit is contained in:
LemmyCook 2025-08-26 10:26:04 -04:00
commit 71cfbc8c0a
8 changed files with 164 additions and 148 deletions

View file

@ -6,6 +6,13 @@ import qs.Services
Item {
id: root
IpcHandler {
target: "screenRecorder"
function toggle() {
ScreenRecorderService.toggleRecording()
}
}
IpcHandler {
target: "settings"
function toggle() {