mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-14 17:41:30 +08:00
Make settings clearer
It only applies to new notes
This commit is contained in:
@ -141,7 +141,7 @@ settings:
|
||||
fileName: Filename
|
||||
storage:
|
||||
title: Storage
|
||||
fileName: Filename
|
||||
newNoteFileName: New Note Filename
|
||||
external: Store Repo Externally
|
||||
icloud: Store in iCloud
|
||||
repoLocation: Repo Location
|
||||
|
@ -243,7 +243,7 @@ class SettingsListState extends State<SettingsList> {
|
||||
),
|
||||
SettingsHeader(tr('settings.storage.title')),
|
||||
ListPreference(
|
||||
title: tr('settings.note.fileName'),
|
||||
title: tr('settings.note.newNoteFileName'),
|
||||
currentOption: settings.noteFileNameFormat.toPublicString(),
|
||||
options:
|
||||
NoteFileNameFormat.options.map((f) => f.toPublicString()).toList(),
|
||||
|
Reference in New Issue
Block a user