summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs
index 9287ce1..a4408cd 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -40,9 +40,9 @@ lazy_static! {
}
temp
};
- static ref theme_t: JoshutoTheme = JoshutoTheme::get_config();
- static ref mimetype_t: JoshutoMimetype = JoshutoMimetype::get_config();
- static ref preview_t: JoshutoPreview = JoshutoPreview::get_config();
+ static ref THEME_T: JoshutoTheme = JoshutoTheme::get_config();
+ static ref MIMETYPE_T: JoshutoMimetype = JoshutoMimetype::get_config();
+ static ref PREVIEW_T: JoshutoPreview = JoshutoPreview::get_config();
}
#[derive(StructOpt, Debug)]