Skip to content

Commit

Permalink
ショートカットキーの初期化のtext-colorをdisplayにした (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
stmtk1 authored Feb 16, 2023
1 parent 7f8e878 commit 66188f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HotkeySettingDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -337,12 +337,12 @@ export default defineComponent({
ok: {
label: "初期値に戻す",
flat: true,
textColor: "secondary",
textColor: "display",
},
cancel: {
label: "初期値に戻さない",
flat: true,
textColor: "secondary",
textColor: "display",
},
}).onOk(() => {
window.electron
Expand Down

0 comments on commit 66188f5

Please sign in to comment.