summaryrefslogtreecommitdiffstats
path: root/src/config/raw/app/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/raw/app/config.rs')
-rw-r--r--src/config/raw/app/config.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/raw/app/config.rs b/src/config/raw/app/config.rs
index 4ded404..8c8b0ab 100644
--- a/src/config/raw/app/config.rs
+++ b/src/config/raw/app/config.rs
@@ -29,6 +29,8 @@ pub struct AppConfigRaw {
#[serde(default)]
pub xdg_open: bool,
#[serde(default)]
+ pub case_sensitive_ext: bool,
+ #[serde(default)]
pub xdg_open_fork: bool,
#[serde(default = "default_true")]
pub watch_files: bool,