Fixed InvalidOperationException on QueueProgress

This commit is contained in:
erri120 2019-11-05 11:16:00 +01:00
parent 6a93e4eca7
commit 7e205a5684
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -127,7 +127,7 @@
Background="#444444"
Maximum="100"
Minimum="0"
Value="{Binding MWVM.QueueProgress}" />
Value="{Binding MWVM.QueueProgress, Mode=OneWay}" />
<!-- Log -->
<TextBlock