mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 21:28:27 +02:00
Add native MKB support for Android app
This commit is contained in:
@@ -19,15 +19,6 @@ button[class*=SocialEmptyCard],
|
||||
`;
|
||||
}
|
||||
|
||||
if (getPref(PrefKey.BLOCK_TRACKING)) {
|
||||
css += `
|
||||
/* Remove Feedback button in the Guide menu */
|
||||
#gamepass-dialog-root #Home-panel button[class*=FeedbackButton] {
|
||||
display: none;
|
||||
}
|
||||
`;
|
||||
}
|
||||
|
||||
// Reduce animations
|
||||
if (getPref(PrefKey.REDUCE_ANIMATIONS)) {
|
||||
css += `
|
||||
|
Reference in New Issue
Block a user