mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 05:08:26 +02:00
Add microphone action for Game Bar
This commit is contained in:
@@ -9,7 +9,6 @@ import { StreamStats } from "@modules/stream/stream-stats";
|
||||
import { TouchController } from "@modules/touch-controller";
|
||||
import { t } from "@utils/translation";
|
||||
import { VibrationManager } from "@modules/vibration-manager";
|
||||
import { GameBar } from "../game-bar/game-bar";
|
||||
import { Screenshot } from "@/utils/screenshot";
|
||||
|
||||
|
||||
@@ -477,7 +476,6 @@ export function setupStreamUi() {
|
||||
StreamStats.render();
|
||||
|
||||
Screenshot.setup();
|
||||
getPref(PrefKey.GAME_BAR_ENABLED) && GameBar.getInstance();
|
||||
}
|
||||
|
||||
updateVideoPlayerCss();
|
||||
|
Reference in New Issue
Block a user