From 0925041caa31d64016f5bc86d236cbebf58b5895 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 4 Sep 2021 02:39:24 +0200 Subject: Add use_system_mpv_config to json config as well --- include/Config.hpp | 1 + include/QuickMedia.hpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3-70-g09d2