]> git.sesse.net Git - nageru/blobdiff - flags.h
Support searching for the theme in multiple directories.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 7d4abd2e436c9789fd7e33771d8275ef42903d70..beddab7f3354c1c0c95fbfcb26a7db4c86b4ff7f 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -13,6 +13,7 @@ struct Flags {
        std::string va_display;
        bool uncompressed_video_to_http = false;
        bool x264_video_to_http = false;
+       std::vector<std::string> theme_dirs { ".", "/usr/local/share/nageru" };
        std::string theme_filename = "theme.lua";
        bool locut_enabled = true;
        bool gain_staging_auto = true;