Fix options in config file
* options depended on specification of the `simplified_ui` flag, now they are independend of each other
This commit is contained in:
parent
9cbe410740
commit
62e7c37688
1 changed files with 1 additions and 0 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue