Merge branch 'main' of github.com:noctalia-dev/noctalia-shell
This commit is contained in:
commit
71cfbc8c0a
8 changed files with 164 additions and 148 deletions
|
|
@ -6,6 +6,13 @@ import qs.Services
|
|||
Item {
|
||||
id: root
|
||||
|
||||
IpcHandler {
|
||||
target: "screenRecorder"
|
||||
function toggle() {
|
||||
ScreenRecorderService.toggleRecording()
|
||||
}
|
||||
}
|
||||
|
||||
IpcHandler {
|
||||
target: "settings"
|
||||
function toggle() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue