aboutsummaryrefslogtreecommitdiff
path: root/include/Config.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-09-04 02:39:24 +0200
committerdec05eba <dec05eba@protonmail.com>2021-09-04 02:39:24 +0200
commit0925041caa31d64016f5bc86d236cbebf58b5895 (patch)
tree56cfc922644f1ceb1f34bc3a76805cf4539f5ab0 /include/Config.hpp
parentfa815c3eee27cdae69b2e765b03de62a13f6379d (diff)
Add use_system_mpv_config to json config as well
Diffstat (limited to 'include/Config.hpp')
-rw-r--r--include/Config.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp
index 0cdabe9..5e0218b 100644
--- a/include/Config.hpp
+++ b/include/Config.hpp
@@ -36,6 +36,7 @@ namespace QuickMedia {
BodyConfig body;
InputConfig input;
bool use_system_fonts = false;
+ bool use_system_mpv_config = false;
std::string theme = "default";
float scale = 1.0f;
float font_scale = 1.0f;