Skip to content

Commit

Permalink
clean setting
Browse files Browse the repository at this point in the history
  • Loading branch information
joadoumie committed Dec 17, 2024
1 parent 319ca66 commit eb51ae6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public SettingsManager()
_filePath = SettingsJsonPath();

_calendarFirstWeekRuleChoiceSet = new(nameof(_calendarFirstWeekRuleChoiceSet), Resources.Microsoft_plugin_timedate_SettingFirstWeekRule, Resources.Microsoft_plugin_timedate_SettingFirstWeekRule_Description, _calendarFirstWeekRuleChoices);
_firstDayOfWeekChoiceSet = new(nameof(_firstDayOfWeekChoiceSet), Resources.Microsoft_plugin_timedate_SettingFirstDayOfWeek, string.Empty, _firstDayofWeekChoices);
_firstDayOfWeekChoiceSet = new(nameof(_firstDayOfWeekChoiceSet), Resources.Microsoft_plugin_timedate_SettingFirstDayOfWeek, Resources.Microsoft_plugin_timedate_SettingFirstDayOfWeek, _firstDayofWeekChoices);

_settings.Add(_calendarFirstWeekRuleChoiceSet);
_settings.Add(_firstDayOfWeekChoiceSet);
Expand Down

0 comments on commit eb51ae6

Please sign in to comment.