Fix disable source option not appearing

This commit is contained in:
arkon 2023-04-27 22:47:58 -04:00
parent c9805b8612
commit 9cc25ff345

View File

@ -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