Add option to disable Windows search history, enable Windows Sandbox and enable WSL (#477)

* Add option to disable local Windows search history
* Add option to enable Windows Sandbox and WSL
This commit is contained in:
Jeffrey
2026-02-18 19:00:49 +01:00
committed by GitHub
parent e0e69c0ef5
commit 2c940ff489
8 changed files with 97 additions and 10 deletions

View File

@@ -710,7 +710,7 @@
</MenuItem>
<MenuItem x:Name="MenuLogs" Header="Logs" AutomationProperties.Name="Logs">
<MenuItem.Icon>
<TextBlock Text="&#xf0e3;" FontFamily="Segoe Fluent Icons" FontSize="16" Foreground="{DynamicResource FgColor}"/>
<TextBlock Text="&#xf000;" FontFamily="Segoe Fluent Icons" FontSize="16" Foreground="{DynamicResource FgColor}"/>
</MenuItem.Icon>
</MenuItem>
<MenuItem x:Name="MenuAbout" Header="About" AutomationProperties.Name="About">