mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
change visibility from ProgressBar.Visibility to _viewModel.ProgressBarVisibility
This commit is contained in:
parent
0730956822
commit
5d1790cb0e
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ namespace Flow.Launcher
|
|||
{
|
||||
Dispatcher.Invoke(() =>
|
||||
{
|
||||
if (ProgressBar.Visibility == Visibility.Hidden)
|
||||
if (_viewModel.ProgressBarVisibility == Visibility.Hidden)
|
||||
{
|
||||
_progressBarStoryboard.Pause();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue