diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Config.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Config.hpp b/include/Config.hpp index df79da2..a9a36c2 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -45,7 +45,7 @@ namespace QuickMedia { }; struct YoutubeConfig { - bool load_progress = false; + bool load_progress = true; }; struct MatrixConfig { |