mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
[PTRun]Add option to tab through results only (#22965)
* Added option to tab through results directly instead of context menu options With reference to #22964 * Move setting to search results group
This commit is contained in:
@@ -150,6 +150,11 @@ namespace PowerLauncher
|
||||
_settings.ClearInputOnLaunch = overloadSettings.Properties.ClearInputOnLaunch;
|
||||
}
|
||||
|
||||
if (_settings.TabSelectsContextButtons != overloadSettings.Properties.TabSelectsContextButtons)
|
||||
{
|
||||
_settings.TabSelectsContextButtons = overloadSettings.Properties.TabSelectsContextButtons;
|
||||
}
|
||||
|
||||
if (_settings.Theme != overloadSettings.Properties.Theme)
|
||||
{
|
||||
_settings.Theme = overloadSettings.Properties.Theme;
|
||||
|
||||
Reference in New Issue
Block a user