X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.h;h=beddab7f3354c1c0c95fbfcb26a7db4c86b4ff7f;hb=cfb6e27f0331084a35efdcd4e8cec1f2c9949875;hp=7d4abd2e436c9789fd7e33771d8275ef42903d70;hpb=c87ae971ffd6e8fc2de6ee69bf29f0310722dab6;p=nageru diff --git a/flags.h b/flags.h index 7d4abd2..beddab7 100644 --- 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 theme_dirs { ".", "/usr/local/share/nageru" }; std::string theme_filename = "theme.lua"; bool locut_enabled = true; bool gain_staging_auto = true;