mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
fixed bug where app couldn't quit
This commit is contained in:
parent
0255fa15bf
commit
bd6f5f28fe
@ -359,7 +359,7 @@ NvHTTP.prototype = {
|
|||||||
quitApp: function () {
|
quitApp: function () {
|
||||||
return sendMessage('openUrl', [this._baseUrlHttps + '/cancel?' + this._buildUidStr(), false]).then(function () {
|
return sendMessage('openUrl', [this._baseUrlHttps + '/cancel?' + this._buildUidStr(), false]).then(function () {
|
||||||
this.currentGame = 0;
|
this.currentGame = 0;
|
||||||
});
|
}.bind(this));
|
||||||
},
|
},
|
||||||
|
|
||||||
pair: function(randomNumber) {
|
pair: function(randomNumber) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user