This commit is contained in:
redphx
2024-12-07 16:48:58 +07:00
parent 557a38214d
commit 4011eb402a
55 changed files with 181 additions and 139 deletions

View File

@@ -204,7 +204,7 @@ export class RemotePlayManager {
}
if (this.consoles.length === 0) {
Toast.show(t('no-consoles-found'), '', {instant: true});
Toast.show(t('no-consoles-found'), '', { instant: true });
return;
}