summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-06-01 09:36:26 +0200
committerGitHub <noreply@github.com>2021-06-01 09:36:26 +0200
commit2301037c54ef423b06edcbcaebfebe7f0646a013 (patch)
tree4860a71e240cc0ad3dbdebc2fe18ca082bfc10fd
parent9cbe4107403e94b3545257c7b13acd7fdd2cf04c (diff)
parent62e7c376883c1aedda03dae6a38995aed9db6813 (diff)
Merge pull request #556 from a-kenji/options-fix
Fix options in config file
-rw-r--r--zellij-utils/src/input/options.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/zellij-utils/src/input/options.rs b/zellij-utils/src/input/options.rs
index 64256976b..04bca6127 100644
--- a/zellij-utils/src/input/options.rs
+++ b/zellij-utils/src/input/options.rs
@@ -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)]