mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
Fixed a duplication bug
This commit is contained in:
parent
7815f3fa5f
commit
c48a1d8adc
@ -494,7 +494,7 @@ function showApps(host) {
|
||||
console.error('%c[index.js, showApps]', 'User\'s applist is empty')
|
||||
var img = new Image()
|
||||
img.src = 'static/res/applist_empty.svg'
|
||||
document.getElementById('game-grid').appendChild(img)
|
||||
$('#game-grid').html(img)
|
||||
snackbarLog('Your game list is empty')
|
||||
return; // We stop the function right here
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user