diff --git a/NAPS2.Lib/EtoForms/Ui/KeyboardShortcutsForm.cs b/NAPS2.Lib/EtoForms/Ui/KeyboardShortcutsForm.cs index dae6b8d032..7f8d56e199 100644 --- a/NAPS2.Lib/EtoForms/Ui/KeyboardShortcutsForm.cs +++ b/NAPS2.Lib/EtoForms/Ui/KeyboardShortcutsForm.cs @@ -9,7 +9,7 @@ namespace NAPS2.EtoForms.Ui; public class KeyboardShortcutsForm : EtoDialogBase { private readonly KeyboardShortcutManager _ksm; - private static readonly List Shortcuts = + private readonly List Shortcuts = [ new(UiStrings.ScanWithDefaultProfile, c => c.KeyboardShortcuts.ScanDefault), new(string.Format(UiStrings.ScanWithProfile, 1), c => c.KeyboardShortcuts.ScanProfile1),