Fix disable source option not appearing

(cherry picked from commit 9cc25ff3456a639514e66581792ab6b0c04855d7)
This commit is contained in:
arkon 2023-04-27 22:47:58 -04:00 committed by Jobobby04
parent 35abcf89e5
commit 25c57c1fb2

View File

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