Skip to content

Commit

Permalink
fix bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lovettchris committed Apr 6, 2017
1 parent 8064e1a commit 42ec685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LogViewer/LogViewer/Controls/AppSettings.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private void ThemeSelection_SelectionChanged(object sender, SelectionChangedEven
{
Settings.Instance.Theme = (AppTheme)e.AddedItems[0];
}
}

}

}
}

0 comments on commit 42ec685

Please sign in to comment.