From 62e7c376883c1aedda03dae6a38995aed9db6813 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 31 May 2021 23:15:10 +0200 Subject: [PATCH] Fix options in config file * options depended on specification of the `simplified_ui` flag, now they are independend of each other --- zellij-utils/src/input/options.rs | 1 + 1 file changed, 1 insertion(+) 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)]