mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-23 07:50:15 +00:00
Rename reset keybindings to reset all keybindings (#3411)
Co-authored-by: Benjamin Lu <templu1107@proton.me> Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -278,7 +278,7 @@ export const useKeybindingStore = defineStore('keybinding', () => {
|
||||
return true
|
||||
}
|
||||
|
||||
function resetKeybindings() {
|
||||
function resetAllKeybindings() {
|
||||
userKeybindings.value = {}
|
||||
userUnsetKeybindings.value = {}
|
||||
}
|
||||
@@ -306,7 +306,7 @@ export const useKeybindingStore = defineStore('keybinding', () => {
|
||||
addUserKeybinding,
|
||||
unsetKeybinding,
|
||||
updateKeybindingOnCommand,
|
||||
resetKeybindings,
|
||||
resetAllKeybindings,
|
||||
isCommandKeybindingModified
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user