Skip to content

Commit 5d1790c

Browse files
committed
change visibility from ProgressBar.Visibility to _viewModel.ProgressBarVisibility
1 parent 0730956 commit 5d1790c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private void OnLoaded(object sender, RoutedEventArgs _)
9494
{
9595
Dispatcher.Invoke(() =>
9696
{
97-
if (ProgressBar.Visibility == Visibility.Hidden)
97+
if (_viewModel.ProgressBarVisibility == Visibility.Hidden)
9898
{
9999
_progressBarStoryboard.Pause();
100100
}

0 commit comments

Comments
 (0)