Open recording menu from indicator
This commit is contained in:
@@ -36,6 +36,8 @@ BarIndicator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onPressed: function() {
|
onPressed: function() {
|
||||||
if (root.bar) root.bar.run("omarchy-capture-screenrecording")
|
if (root.bar) {
|
||||||
|
root.bar.run(root.recording ? "omarchy-capture-screenrecording --stop-recording" : "omarchy-menu toggle trigger.capture.screenrecord")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user