Show a Welcome Page if credentials are created the first time Sunshine is started

This commit is contained in:
Elia Zammuto
2021-07-29 18:55:34 +02:00
parent c243e82047
commit 28fecbc50c
7 changed files with 112 additions and 3 deletions
+3
View File
@@ -109,6 +109,9 @@ struct sunshine_t {
} cmd;
std::uint16_t port;
bool showCredentials;
std::string plainPassword;
};
extern video_t video;