Add option to quit Apollo from webpage w/ hide tray menu controls

This commit is contained in:
Yukino Song
2024-08-24 04:01:38 +08:00
parent e06e1429fa
commit 276a0496a8
10 changed files with 125 additions and 16 deletions

View File

@@ -163,6 +163,7 @@ namespace config {
bool elevated;
};
struct sunshine_t {
bool hide_tray_controls;
std::string locale;
int min_log_level;
std::bitset<flag::FLAG_SIZE> flags;