Просмотр исходного кода

Fix disable source option not appearing

arkon 1 год назад
Родитель
Сommit
9cc25ff345
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/src/main/java/eu/kanade/presentation/browse/SourcesScreen.kt

+ 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