Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epix37 committed Jun 25, 2014
1 parent 25f4e18 commit 66e4acf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Hearthstone Deck Tracker/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions Hearthstone Deck Tracker/Version.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<Version>
<Major>0</Major>
<Minor>2</Minor>
<Revision>18</Revision>
<Minor>3</Minor>
<Revision>0</Revision>
<Build>0</Build>
</Version>

0 comments on commit 66e4acf

Please sign in to comment.