Logs inside the WebUI (#634)

This commit is contained in:
Elia Zammuto
2023-01-01 02:12:36 +01:00
committed by GitHub
parent 248b1bfa19
commit a5213c6225
8 changed files with 125 additions and 13 deletions

View File

@@ -122,6 +122,7 @@ struct sunshine_t {
} cmd;
std::uint16_t port;
std::string log_file;
};
extern video_t video;