Fix disable source option not appearing
(cherry picked from commit 9cc25ff3456a639514e66581792ab6b0c04855d7)
This commit is contained in:
parent
35abcf89e5
commit
25c57c1fb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue