aboutsummaryrefslogtreecommitdiff
path: root/include/Config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Config.hpp')
-rw-r--r--include/Config.hpp3
1 files changed, 2 insertions, 1 deletions
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