We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac98ff0 commit e94e394Copy full SHA for e94e394
src/Sidekick.Common.Platform/Keyboards/KeyboardProvider.cs
@@ -167,7 +167,7 @@ public class KeyboardProvider
167
168
public HashSet<string?> UsedKeybinds => [.. KeybindHandlers.SelectMany(k => k.Keybinds)];
169
170
- private bool Enabled { get; set; }
+ private bool Enabled { get; set; } = true;
171
172
/// <inheritdoc/>
173
public int Priority => 100;
0 commit comments