client,server: Downgrade edit branch prefix to note-tree scope (fixes #385)

This commit is contained in:
Elian Doran 2024-09-02 23:37:34 +03:00
parent 191c9e9c82
commit 8abb8f9e0e
No known key found for this signature in database

View File

@ -140,7 +140,7 @@ const DEFAULT_KEYBOARD_ACTIONS: KeyboardShortcut[] = [
actionName: "editBranchPrefix",
defaultShortcuts: ["F2"],
description: "Show Edit branch prefix dialog",
scope: "window"
scope: "note-tree"
},
{
actionName: "cloneNotesTo",