Skip to content

Commit

Permalink
Turn on "EnableTakControlResizing" flag
Browse files Browse the repository at this point in the history
  • Loading branch information
redphx committed Dec 12, 2024
1 parent 901f55c commit 20bf2b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
5 changes: 3 additions & 2 deletions dist/better-xcloud.lite.user.js

Large diffs are not rendered by default.

15 changes: 5 additions & 10 deletions dist/better-xcloud.user.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/utils/feature-gates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export let FeatureGates: { [key: string]: boolean } = {
EnableWifiWarnings: false,
EnableUpdateRequiredPage: false,
ShowForcedUpdateScreen: false,
EnableTakControlResizing: true, // Experimenting
};

// Enable Native Mouse & Keyboard
Expand Down

0 comments on commit 20bf2b1

Please sign in to comment.