Parcourir la source

Fix disable source option not appearing

arkon il y a 1 an
Parent
commit
9cc25ff345

+ 1 - 1
app/src/main/java/eu/kanade/presentation/browse/SourcesScreen.kt

@@ -176,7 +176,7 @@ fun SourceOptionsDialog(
                         .fillMaxWidth()
                         .padding(vertical = 16.dp),
                 )
-                if (source.isLocal()) {
+                if (!source.isLocal()) {
                     Text(
                         text = stringResource(R.string.action_disable),
                         modifier = Modifier