mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-25 10:15:09 +03:00
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
@ -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…
Reference in New Issue
Block a user