From b0302572f87561586f273a547fdbb4fd297eaaff Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Wed, 19 Apr 2023 09:25:36 +0200 Subject: [PATCH] forgot to load the setting --- EliteBGS/MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/EliteBGS/MainWindow.xaml.cs b/EliteBGS/MainWindow.xaml.cs index 12902f4..52af2db 100644 --- a/EliteBGS/MainWindow.xaml.cs +++ b/EliteBGS/MainWindow.xaml.cs @@ -59,6 +59,7 @@ public partial class MainWindow : MetroWindow { } this.NoInfluenceSupport.IsOn = Config.Global.IgnoreInfluenceSupport; + this.NoMarketBuy.IsOn = Config.Global.IgnoreMarketBuy; // Apply theme try {