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, 1 insertions, 1 deletions
diff --git a/src/config/raw/app/config.rs b/src/config/raw/app/config.rs
index 8c8b0ab..2980e4c 100644
--- a/src/config/raw/app/config.rs
+++ b/src/config/raw/app/config.rs
@@ -29,7 +29,7 @@ pub struct AppConfigRaw {
#[serde(default)]
pub xdg_open: bool,
#[serde(default)]
- pub case_sensitive_ext: bool,
+ pub case_insensitive_ext: bool,
#[serde(default)]
pub xdg_open_fork: bool,
#[serde(default = "default_true")]