From 7e205a5684086a8adbfa9fa8eb61f711f05809c1 Mon Sep 17 00:00:00 2001 From: erri120 Date: Tue, 5 Nov 2019 11:16:00 +0100 Subject: [PATCH] Fixed InvalidOperationException on QueueProgress --- Wabbajack/Views/CompilerView.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wabbajack/Views/CompilerView.xaml b/Wabbajack/Views/CompilerView.xaml index 697fb259..bd87a568 100644 --- a/Wabbajack/Views/CompilerView.xaml +++ b/Wabbajack/Views/CompilerView.xaml @@ -127,7 +127,7 @@ Background="#444444" Maximum="100" Minimum="0" - Value="{Binding MWVM.QueueProgress}" /> + Value="{Binding MWVM.QueueProgress, Mode=OneWay}" />