Merge pull request #556 from a-kenji/options-fix
Fix options in config file
This commit is contained in:
commit
2301037c54
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ pub struct Options {
|
||||||
/// Allow plugins to use a more simplified layout
|
/// Allow plugins to use a more simplified layout
|
||||||
/// that is compatible with more fonts
|
/// that is compatible with more fonts
|
||||||
#[structopt(long)]
|
#[structopt(long)]
|
||||||
|
#[serde(default)]
|
||||||
pub simplified_ui: bool,
|
pub simplified_ui: bool,
|
||||||
/// Set the default theme
|
/// Set the default theme
|
||||||
#[structopt(long)]
|
#[structopt(long)]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue