mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-13 04:57:37 +02:00
fix(settings): inverted version compatibility switch
This commit is contained in:
@ -677,7 +677,7 @@ class ManagerAPI {
|
||||
Future<List<String>> getDefaultPatches() async {
|
||||
final List<Patch> patches = await getPatches();
|
||||
final List<String> defaultPatches = [];
|
||||
if (isVersionCompatibilityCheckEnabled() == false) {
|
||||
if (isVersionCompatibilityCheckEnabled() == true) {
|
||||
defaultPatches.addAll(
|
||||
patches
|
||||
.where(
|
||||
|
Reference in New Issue
Block a user