From c5dec7a56157c71d124dafe191acfe95aa0fd4af Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 8 Jun 2025 12:20:13 +0200 Subject: Add --theme option, system_mpv_profile config and press g in matrix to start /encrypt chat immediately --- include/Config.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/Config.hpp') diff --git a/include/Config.hpp b/include/Config.hpp index e737fee..fe210a6 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -132,6 +132,7 @@ namespace QuickMedia { FileManagerConfig file_manager; bool use_system_fonts = false; bool use_system_mpv_config = false; + std::string system_mpv_profile; bool enable_shaders = true; std::string theme = "default"; float scale = 1.0f; @@ -140,5 +141,5 @@ namespace QuickMedia { bool low_latency_mode = false; }; - const Config& get_config(); + Config& get_config(); } \ No newline at end of file -- cgit v1.2.3-70-g09d2