mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-25 08:12:19 +08:00
@ -128,6 +128,7 @@ class NoteSerializer implements NoteSerializerInterface {
|
|||||||
"lastMod",
|
"lastMod",
|
||||||
"lastmodified",
|
"lastmodified",
|
||||||
"lastmod",
|
"lastmod",
|
||||||
|
"updated",
|
||||||
];
|
];
|
||||||
for (var possibleKey in modifiedKeyOptions) {
|
for (var possibleKey in modifiedKeyOptions) {
|
||||||
var val = data.props[possibleKey];
|
var val = data.props[possibleKey];
|
||||||
|
@ -113,6 +113,7 @@ class _NoteMetadataSettingsScreenState
|
|||||||
"mod",
|
"mod",
|
||||||
"lastmodified",
|
"lastmodified",
|
||||||
"lastmod",
|
"lastmod",
|
||||||
|
"updated",
|
||||||
],
|
],
|
||||||
currentOption: settings.yamlModifiedKey,
|
currentOption: settings.yamlModifiedKey,
|
||||||
onChange: (String newVal) {
|
onChange: (String newVal) {
|
||||||
|
Reference in New Issue
Block a user