args: add --textmode
An option to enable textmode on startup Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -666,7 +666,7 @@ impl Damus {
|
||||
note_cache: NoteCache::default(),
|
||||
selected_timeline: 0,
|
||||
timelines,
|
||||
textmode: false,
|
||||
textmode: parsed_args.textmode,
|
||||
ndb,
|
||||
account_manager,
|
||||
frame_history: FrameHistory::default(),
|
||||
|
||||
Reference in New Issue
Block a user