Add an Apply button to the Web UI when running as a Win32 Service (#700)

This commit is contained in:
Cameron Gutman 2023-01-05 13:26:54 -06:00 committed by GitHub
commit 65574a02d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 153 additions and 10 deletions

View file

@ -165,6 +165,16 @@ void streaming_will_stop() {
// Nothing to do
}
bool restart_supported() {
// Restart not supported yet
return false;
}
bool restart() {
// Restart not supported yet
return false;
}
namespace source {
enum source_e : std::size_t {
#ifdef SUNSHINE_BUILD_CUDA