Add option to configure auto discovery(mDNS)

resolves #539
potentially resolves #611
This commit is contained in:
Yukino Song
2025-04-15 00:11:29 +08:00
parent 26b8446ba1
commit 56646c2a81
7 changed files with 19 additions and 1 deletions

View File

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