mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
fixed bugs where parsed display modes weren't being saved
This commit is contained in:
parent
db9a22f971
commit
2d4fc6628f
@ -213,7 +213,7 @@ NvHTTP.prototype = {
|
||||
if(!this.supportedDisplayModes[yres + ':' + xres].includes(fps)) {
|
||||
this.supportedDisplayModes[yres + ':' + xres].push(fps);
|
||||
}
|
||||
});
|
||||
}.bind(this));
|
||||
} catch (err) {
|
||||
// we don't need this data, so no error handling necessary
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user