mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-02 03:16:42 +02:00
Fix crashing when hiding "Play with touch" section
This commit is contained in:
@@ -750,7 +750,7 @@ true` + text;
|
||||
return false;
|
||||
}
|
||||
|
||||
index = str.indexOf('const ', index - 100);
|
||||
index = str.indexOf('const ', index - 30);
|
||||
if (index < 0) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user