mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 03:07:25 +01:00
Fix disable source option not appearing
This commit is contained in:
parent
c9805b8612
commit
9cc25ff345
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user