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:
a-kenji 2021-05-31 23:15:10 +02:00
parent 9cbe410740
commit 62e7c37688

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)]