Add virtual display config to apps

This commit is contained in:
Yukino Song
2024-08-19 07:08:39 +08:00
parent 833c902a56
commit 25eb5c8714
6 changed files with 56 additions and 11 deletions

View File

@@ -64,6 +64,7 @@ namespace proc {
bool elevated;
bool auto_detach;
bool wait_all;
bool virtual_display;
std::chrono::seconds exit_timeout;
};