Fix disable source option not appearing
This commit is contained in:
parent
c9805b8612
commit
9cc25ff345
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ fun SourceOptionsDialog(
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.padding(vertical = 16.dp),
|
.padding(vertical = 16.dp),
|
||||||
)
|
)
|
||||||
if (source.isLocal()) {
|
if (!source.isLocal()) {
|
||||||
Text(
|
Text(
|
||||||
text = stringResource(R.string.action_disable),
|
text = stringResource(R.string.action_disable),
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
|
|
Reference in a new issue