parent
620bc2b83f
commit
42df5c990c
1 changed files with 4 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace bindEDplugin
|
|||
}
|
||||
private static FileSystemWatcher? _watcher;
|
||||
|
||||
private static string Layout
|
||||
private static string? Layout
|
||||
{
|
||||
get => _layout ??= _VA?.GetText("bindED.layout#") ?? "en-us";
|
||||
set
|
||||
|
@ -113,6 +113,9 @@ namespace bindEDplugin
|
|||
}
|
||||
else if (context == "loadbinds")
|
||||
{
|
||||
// force reset everything
|
||||
Layout = null;
|
||||
Preset = null;
|
||||
LoadBinds(Binds);
|
||||
}
|
||||
else if (context == "missingbinds")
|
||||
|
|
Loading…
Reference in a new issue