Merge pull request #150 from erri120/149-oneway-fix

Fixed InvalidOperationException on QueueProgress
This commit is contained in:
erri120 2019-11-05 11:17:58 +01:00 committed by GitHub
commit 26d5e83342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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