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 + 1 file changed, 1 insertion(+) (limited to 'include/Config.hpp') 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; -- cgit v1.2.3