mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 05:08:26 +02:00
Minor fixes
This commit is contained in:
@@ -19,7 +19,7 @@ export class ProductDetailsPage {
|
||||
private static shortcutTimeoutId: number | null = null;
|
||||
|
||||
static injectShortcutButton() {
|
||||
if (!AppInterface || BX_FLAGS.DeviceInfo!.deviceType !== 'android') {
|
||||
if (!AppInterface || BX_FLAGS.DeviceInfo.deviceType !== 'android') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user