Skip to content

Commit

Permalink
WinGui: Show Preset description pane by default for new users. This c…
Browse files Browse the repository at this point in the history
…an be turned off by chosing options -> Hide Preset Desciption on the presets panel.
  • Loading branch information
sr55 committed Nov 12, 2023
1 parent b993a6a commit 7281621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win/CS/HandBrakeWPF/Services/UserSettingService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ private Dictionary<string, object> GetDefaults()
defaults.Add(UserSettingConstants.ExtendedQueueDisplay, true);
defaults.Add(UserSettingConstants.HardwareDetectTimeoutSeconds, 12);

defaults.Add(UserSettingConstants.ShowPresetDesc, true);

return defaults;
}
Expand Down

0 comments on commit 7281621

Please sign in to comment.