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",
|
||||
"lastmodified",
|
||||
"lastmod",
|
||||
"updated",
|
||||
];
|
||||
for (var possibleKey in modifiedKeyOptions) {
|
||||
var val = data.props[possibleKey];
|
||||
|
@ -113,6 +113,7 @@ class _NoteMetadataSettingsScreenState
|
||||
"mod",
|
||||
"lastmodified",
|
||||
"lastmod",
|
||||
"updated",
|
||||
],
|
||||
currentOption: settings.yamlModifiedKey,
|
||||
onChange: (String newVal) {
|
||||
|
Reference in New Issue
Block a user