mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-22 22:26:54 +03:00
Merge pull request #556 from a-kenji/options-fix
Fix options in config file
This commit is contained in:
commit
2301037c54
@ -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