Fix Add Offer keybind setting

This commit is contained in:
Tyfon
2024-08-23 18:54:12 -07:00
parent b858d71436
commit 4a829c112d

View File

@@ -437,7 +437,7 @@ internal class Settings
configEntries.Add(AddOfferKeyBind = config.Bind( configEntries.Add(AddOfferKeyBind = config.Bind(
InputSection, InputSection,
"Linked Search Shortcut", "Add Offer Shortcut",
new KeyboardShortcut(KeyCode.None), new KeyboardShortcut(KeyCode.None),
new ConfigDescription( new ConfigDescription(
"Keybind to list item on the flea market", "Keybind to list item on the flea market",