mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
Background="White"
|
||||
ResizeMode="NoResize"
|
||||
WindowStartupLocation="CenterScreen"
|
||||
Initialized="InitializedEventHandler"
|
||||
Closed="OnClosed">
|
||||
Initialized="OnInitialized"
|
||||
Closing="OnClosing">
|
||||
<Window.Resources>
|
||||
<Converters:BooleanToBrushConverter x:Key="BooleanToBrushConverter" />
|
||||
<Converters:ModelToVisibilityConverter x:Key="ModelToVisibilityConverter" />
|
||||
|
||||
Reference in New Issue
Block a user