Skip to content

Commit

Permalink
fix: schema
Browse files Browse the repository at this point in the history
  • Loading branch information
simpleapples committed Mar 8, 2023
1 parent d2e51af commit a2b61b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const store = new Store({
},
shortcut_prefix: {
type: 'string',
default: 'option' ? os.platform() === 'darwin' : 'alt',
default: os.platform() === 'darwin' ? 'option' : 'alt',
},
model: {
type: 'string',
Expand Down

0 comments on commit a2b61b7

Please sign in to comment.