mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 08:36:50 +08:00
Add a fixme
This commit is contained in:
@ -59,8 +59,13 @@ class NoteEditorSelector extends StatelessWidget {
|
||||
tr('settings.editors.journalEditor'),
|
||||
FontAwesomeIcons.book,
|
||||
),
|
||||
_buildTile(context, EditorType.Org, tr('settings.editors.orgEditor'),
|
||||
FontAwesomeIcons.horseHead)
|
||||
// FIXME: Do not show this editor, unless the file is an org file?
|
||||
_buildTile(
|
||||
context,
|
||||
EditorType.Org,
|
||||
tr('settings.editors.orgEditor'),
|
||||
FontAwesomeIcons.horseHead,
|
||||
)
|
||||
],
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
);
|
||||
|
Reference in New Issue
Block a user