We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c64f7f commit 068370eCopy full SHA for 068370e
NAPS2.Lib/EtoForms/Ui/KeyboardShortcutsForm.cs
@@ -9,7 +9,7 @@ namespace NAPS2.EtoForms.Ui;
9
public class KeyboardShortcutsForm : EtoDialogBase
10
{
11
private readonly KeyboardShortcutManager _ksm;
12
- private static readonly List<Shortcut> Shortcuts =
+ private readonly List<Shortcut> Shortcuts =
13
[
14
new(UiStrings.ScanWithDefaultProfile, c => c.KeyboardShortcuts.ScanDefault),
15
new(string.Format(UiStrings.ScanWithProfile, 1), c => c.KeyboardShortcuts.ScanProfile1),
0 commit comments