1
0
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:
Vishesh Handa
2021-02-08 22:50:40 +01:00
parent 01f47e219a
commit 74f7a17f25
2 changed files with 2 additions and 2 deletions
assets/langs
lib/screens

@ -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(),