Add always use virtual display option for clients

This commit is contained in:
Yukino Song
2025-06-05 16:32:13 +08:00
parent 3e0cbaf2c2
commit f262852838
7 changed files with 50 additions and 11 deletions

View File

@@ -106,6 +106,7 @@ namespace crypto {
PERM perm;
bool enable_legacy_ordering;
bool allow_client_commands;
bool always_use_virtual_display;
};
using p_named_cert_t = std::shared_ptr<named_cert_t>;