Run Voxtype configure from dictation indicator

This commit is contained in:
Ryan Hughes
2026-05-29 14:36:26 -04:00
parent a4bb7a46f1
commit 5bab2dd230
3 changed files with 7 additions and 7 deletions
+2 -3
View File
@@ -31,9 +31,8 @@ BarIndicator {
}
}
onPressed: function(button) {
onPressed: function() {
if (!root.bar) return
if (button === Qt.RightButton) root.bar.run("omarchy-voxtype-config")
else root.bar.run("omarchy-voxtype-model")
root.bar.run("omarchy-voxtype-config")
}
}