Merge pull request #556 from a-kenji/options-fix

Fix options in config file
This commit is contained in:
a-kenji 2021-06-01 09:36:26 +02:00 committed by GitHub
commit 2301037c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ pub struct Options {
/// Allow plugins to use a more simplified layout
/// that is compatible with more fonts
#[structopt(long)]
#[serde(default)]
pub simplified_ui: bool,
/// Set the default theme
#[structopt(long)]