mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-18 06:20:05 +00:00
Add option for sending quit app request after quitting streaming session
* By default this option is set to `false` and can be enabled using the new `-quitappafter`/`quitappafter` command-line/config options.
This commit is contained in:
@@ -40,6 +40,7 @@ typedef struct _CONFIGURATION {
|
||||
bool localaudio;
|
||||
bool fullscreen;
|
||||
bool unsupported;
|
||||
bool quitappafter;
|
||||
char* inputs[MAX_INPUTS];
|
||||
int inputsCount;
|
||||
enum codecs codec;
|
||||
|
||||
Reference in New Issue
Block a user