mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Reversing MainWindow Blur call and settings window modification
Added WindowsAccentMode to Base theme
This commit is contained in:
@@ -199,20 +199,7 @@
|
||||
</ComboBox.ItemTemplate>
|
||||
</ComboBox>
|
||||
</StackPanel>
|
||||
<StackPanel Orientation="Horizontal" Margin="0 2">
|
||||
<TextBlock Text="{DynamicResource windowsAccents}"/>
|
||||
<ComboBox Width="100">
|
||||
<ComboBox.Items>
|
||||
<ComboBoxItem Content="None"/>
|
||||
<ComboBoxItem Content="Accent"/>
|
||||
<ComboBoxItem Content="Accent Blur"/>
|
||||
<ComboBoxItem Content="Blur"/>
|
||||
</ComboBox.Items>
|
||||
|
||||
</ComboBox>
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
|
||||
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user