mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
[QuickAccent]Add a setting for the menu delay time (#20221)
This commit is contained in:
@@ -48,6 +48,7 @@ public class SettingsService
|
||||
if (settings != null)
|
||||
{
|
||||
ActivationKey = settings.Properties.ActivationKey;
|
||||
InputTime = settings.Properties.InputTime.Value;
|
||||
switch (settings.Properties.ToolbarPosition.Value)
|
||||
{
|
||||
case "Top center":
|
||||
|
||||
Reference in New Issue
Block a user