Skip to content

Commit

Permalink
Fixed channel change not being saved
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Oct 2, 2016
1 parent 7aa7d59 commit 906c37d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tvdc/MainWindowVM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ private void MainWindowVM_PropertyChanged(object sender, PropertyChangedEventArg
SelectedChannel != Properties.Settings.Default.channel)
{
Properties.Settings.Default.channel = SelectedChannel;
Properties.Settings.Default.Save();
InvokeInit();
}
}
Expand Down

0 comments on commit 906c37d

Please sign in to comment.