From 6dca3affae8d899f34b66a7a91729593cf0e2626 Mon Sep 17 00:00:00 2001 From: sr55 Date: Mon, 9 Jan 2017 19:07:21 +0000 Subject: [PATCH] WinGui: Fix a stack overflow exception in Options screen that was causing a settings reset. --- win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs index 873e2b513..7322e3060 100644 --- a/win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs @@ -1194,7 +1194,6 @@ namespace HandBrakeWPF.ViewModels if (this.userSettingService.GetUserSetting(UserSettingConstants.ResetWhenDoneAction)) { this.WhenDone = "Do nothing"; - this.userSettingService.SetUserSetting(UserSettingConstants.WhenCompleteAction, "Do nothing"); } this.SendFileAfterEncode = this.userSettingService.GetUserSetting(UserSettingConstants.SendFile); -- 2.40.0