Skip to content

Commit 82b5ea6

Browse files
author
Mrid22
committed
typos
1 parent eb1774d commit 82b5ea6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

extensions/omarchy-menu/src/config/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export const installMenu: MenuItem = {
229229
},
230230
],
231231
},
232-
232+
{
233233
id: "python",
234234
name: "Python",
235235
icon: " ",

extensions/omarchy-menu/src/config/trigger.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ export const trigger: MenuItem = {
2424
icon: " ",
2525
items: [
2626
{
27-
id: "with-no-audio"
28-
name: "With no audio"
29-
command: "omarchy-cmd-screenrecord"
27+
id: "with-no-audio",
28+
name: "With no audio",
29+
command: "omarchy-cmd-screenrecord",
3030
},
3131
{
3232
id: "with-desktop-audio",

0 commit comments

Comments
 (0)