mirror of
https://github.com/ozntel/oz-calendar.git
synced 2026-07-22 07:40:24 +00:00
New Note Date Settings Correction
This commit is contained in:
parent
0952714ef0
commit
5582edfd81
1 changed files with 1 additions and 0 deletions
|
|
@ -214,6 +214,7 @@ export class OZCalendarPluginSettingsTab extends PluginSettingTab {
|
||||||
dropdown
|
dropdown
|
||||||
.addOption('active-date', 'Active Date (Selected)')
|
.addOption('active-date', 'Active Date (Selected)')
|
||||||
.addOption('current-date', 'Current Date (Today)')
|
.addOption('current-date', 'Current Date (Today)')
|
||||||
|
.setValue(this.plugin.settings.newNoteDate)
|
||||||
.onChange((newValue: NewNoteDateType) => {
|
.onChange((newValue: NewNoteDateType) => {
|
||||||
this.plugin.settings.newNoteDate = newValue;
|
this.plugin.settings.newNoteDate = newValue;
|
||||||
this.plugin.saveSettings();
|
this.plugin.saveSettings();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue