File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 20
20
Closing =" OnClosing"
21
21
Deactivated =" OnDeactivated"
22
22
Icon =" Images/app.png"
23
- SourceInitialized =" OnSourceInitialized"
24
23
Initialized =" OnInitialized"
25
24
Left =" {Binding Settings.WindowLeft, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
26
25
Loaded =" OnLoaded"
31
30
ResizeMode =" CanResize"
32
31
ShowInTaskbar =" False"
33
32
SizeToContent =" Height"
33
+ SourceInitialized =" OnSourceInitialized"
34
34
Topmost =" True"
35
35
Visibility =" {Binding MainWindowVisibility, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
36
36
WindowStartupLocation =" Manual"
377
377
Style =" {DynamicResource SeparatorStyle}" />
378
378
</ContentControl >
379
379
</Grid >
380
-
380
+
381
381
<Border Style =" {DynamicResource WindowRadius}" >
382
382
<Border .Clip>
383
383
<MultiBinding Converter =" {StaticResource BorderClipConverter}" >
Original file line number Diff line number Diff line change @@ -36,9 +36,7 @@ namespace Flow.Launcher
36
36
public partial class MainWindow
37
37
{
38
38
#region Private Fields
39
-
40
- private readonly Storyboard _progressBarStoryboard = new Storyboard ( ) ;
41
- private bool isProgressBarStoryboardPaused ;
39
+
42
40
private readonly Settings _settings ;
43
41
private NotifyIcon _notifyIcon ;
44
42
private readonly ContextMenu contextMenu = new ( ) ;
You can’t perform that action at this time.
0 commit comments