mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Allow new setting keys to be instantiated
This commit is contained in:
parent
388688e89c
commit
ba9aba2bff
1 changed files with 1 additions and 4 deletions
|
|
@ -63,10 +63,7 @@ namespace Flow.Launcher.Core.Plugin
|
|||
|
||||
foreach (var (key, value) in settings)
|
||||
{
|
||||
if (Settings.ContainsKey(key))
|
||||
{
|
||||
Settings[key] = value;
|
||||
}
|
||||
Settings[key] = value;
|
||||
|
||||
if (SettingControls.TryGetValue(key, out var control))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue