From 66e4acfe5c057ae0867b04fab36ace27f2608a7a Mon Sep 17 00:00:00 2001 From: epix37 Date: Wed, 25 Jun 2014 19:09:09 +0200 Subject: [PATCH] v0.3.0 --- Hearthstone Deck Tracker/MainWindow.xaml.cs | 1 + Hearthstone Deck Tracker/Version.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Hearthstone Deck Tracker/MainWindow.xaml.cs b/Hearthstone Deck Tracker/MainWindow.xaml.cs index f5852a5c67..f3fd934878 100644 --- a/Hearthstone Deck Tracker/MainWindow.xaml.cs +++ b/Hearthstone Deck Tracker/MainWindow.xaml.cs @@ -763,6 +763,7 @@ private void LoadConfig() CheckboxTimerTopmost.IsChecked = _config.TimerWindowTopmost; CheckboxTimerWindow.IsChecked = _config.TimerWindowOnStartup; CheckboxTimerTopmostHsForeground.IsChecked = _config.TimerWindowTopmostIfHsForeground; + CheckboxTimerTopmostHsForeground.IsEnabled = _config.TimerWindowTopmost; CheckboxSameScaling.IsChecked = _config.UseSameScaling; CheckboxDeckDetection.IsChecked = _config.AutoDeckDetection; CheckboxWinTopmostHsForeground.IsChecked = _config.WindowsTopmostIfHsForeground; diff --git a/Hearthstone Deck Tracker/Version.xml b/Hearthstone Deck Tracker/Version.xml index 2974603207..4f4cf37cf4 100644 --- a/Hearthstone Deck Tracker/Version.xml +++ b/Hearthstone Deck Tracker/Version.xml @@ -1,7 +1,7 @@ 0 - 2 - 18 + 3 + 0 0