Open recording menu from indicator

This commit is contained in:
David Heinemeier Hansson
2026-05-26 02:11:45 +02:00
parent dd3080251d
commit 492b420aad
@@ -36,6 +36,8 @@ BarIndicator {
}
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")
}
}
}