Add option to toggle envvar compatibility mode

This commit is contained in:
Yukino Song
2025-05-07 04:29:38 +08:00
parent 91467d50b6
commit 69e999d245
7 changed files with 27 additions and 3 deletions

View File

@@ -256,6 +256,7 @@ namespace config {
bool hide_tray_controls;
bool enable_pairing;
bool enable_discovery;
bool envvar_compatibility_mode;
std::string locale;
int min_log_level;
std::bitset<flag::FLAG_SIZE> flags;