mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 20:58:27 +02:00
Stop exposing Toast class
This commit is contained in:
@@ -11424,5 +11424,3 @@ function showGamepadToast(gamepad) {
|
||||
|
||||
window.addEventListener('gamepadconnected', e => showGamepadToast(e.gamepad));
|
||||
window.addEventListener('gamepaddisconnected', e => showGamepadToast(e.gamepad));
|
||||
|
||||
window.Toast = Toast;
|
||||
|
Reference in New Issue
Block a user