We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200c32b commit cff400bCopy full SHA for cff400b
Flow.Launcher/MainWindow.xaml
@@ -20,6 +20,7 @@
20
Closing="OnClosing"
21
Deactivated="OnDeactivated"
22
Icon="Images/app.png"
23
+ SourceInitialized="OnSourceInitialized"
24
Initialized="OnInitialized"
25
Left="{Binding Settings.WindowLeft, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
26
Loaded="OnLoaded"
@@ -30,7 +31,6 @@
30
31
ResizeMode="CanResize"
32
ShowInTaskbar="False"
33
SizeToContent="Height"
- SourceInitialized="OnSourceInitialized"
34
Topmost="True"
35
Visibility="{Binding MainWindowVisibility, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
36
WindowStartupLocation="Manual"
0 commit comments