mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-30 14:21:05 +02:00
change default state
This commit is contained in:
@ -37,7 +37,7 @@ state.default = {
|
||||
date: {
|
||||
day: { show: false, display: 'word', weekStart: 'monday', length: 'long' },
|
||||
date: { show: true, display: 'number', ordinal: true },
|
||||
month: { show: true, display: 'word', length: 'long', ordinal: true },
|
||||
month: { show: true, display: 'word', length: 'short', ordinal: true },
|
||||
year: { show: false, display: 'number' },
|
||||
separator: { show: true, text: '' },
|
||||
format: 'date-month',
|
||||
|
Reference in New Issue
Block a user