Skip to content

Commit

Permalink
readonly時にdisabledになるように修正
Browse files Browse the repository at this point in the history
  • Loading branch information
takusea committed Nov 9, 2024
1 parent cb71428 commit be7f11f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Dialog/HotkeySettingDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
})
.join(' + ')
"
:disabled="checkHotkeyReadonly(hotkeySetting.action)"
@click="openHotkeyDialog(hotkeySetting.action)"
/>
<BaseIconButton
Expand Down

0 comments on commit be7f11f

Please sign in to comment.