diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-09-04 02:39:24 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-09-04 02:39:24 +0200 |
commit | 0925041caa31d64016f5bc86d236cbebf58b5895 (patch) | |
tree | 56cfc922644f1ceb1f34bc3a76805cf4539f5ab0 /include | |
parent | fa815c3eee27cdae69b2e765b03de62a13f6379d (diff) |
Add use_system_mpv_config to json config as well
Diffstat (limited to 'include')
-rw-r--r-- | include/Config.hpp | 1 | ||||
-rw-r--r-- | include/QuickMedia.hpp | 1 |
2 files changed, 1 insertions, 1 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; diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index dd54572..86a2993 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -186,7 +186,6 @@ namespace QuickMedia { sf::Shader rounded_rectangle_mask_shader; bool no_video = false; bool force_no_video = false; - bool use_system_mpv_config = false; UpscaleImageAction upscale_image_action = UpscaleImageAction::NO; // TODO: Save this to config file when switching modes ImageViewMode image_view_mode = ImageViewMode::SINGLE; |