Fix not responding to key modifiers on moonlight-embedded

This commit is contained in:
loki
2021-06-10 22:44:56 +02:00
parent 5495c8367a
commit 0c5daa44a1
2 changed files with 17 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ int main(int argc, char *argv[]) {
return 0;
}
if(config::sunshine.min_log_level >= 2) {
if(config::sunshine.min_log_level >= 1) {
av_log_set_level(AV_LOG_QUIET);
}
else {