mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-22 08:53:08 +08:00
[PTRun][Dev]Fix additional option default values not taking settings values (#29480)
This commit is contained in:
parent
3fe56176f3
commit
cded4efff7
@ -281,6 +281,9 @@ namespace PowerLauncher
|
||||
if (option.Key != null && defaultOptions.TryGetValue(option.Key, out PluginAdditionalOption defaultOption))
|
||||
{
|
||||
defaultOption.Value = option.Value;
|
||||
defaultOption.ComboBoxValue = option.ComboBoxValue;
|
||||
defaultOption.TextValue = option.TextValue;
|
||||
defaultOption.NumberValue = option.NumberValue;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user