You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
manager: rename unmount -> umount for superuser label item
This commit is contained in:
@@ -162,7 +162,7 @@ private fun AppItem(
|
|||||||
} else {
|
} else {
|
||||||
if (Natives.uidShouldUmount(app.uid)) {
|
if (Natives.uidShouldUmount(app.uid)) {
|
||||||
LabelItem(
|
LabelItem(
|
||||||
text = "UNMOUNT",
|
text = "UMOUNT",
|
||||||
style = LabelItemDefaults.style.copy(
|
style = LabelItemDefaults.style.copy(
|
||||||
containerColor = MaterialTheme.colorScheme.secondaryContainer,
|
containerColor = MaterialTheme.colorScheme.secondaryContainer,
|
||||||
contentColor = MaterialTheme.colorScheme.onSecondaryContainer
|
contentColor = MaterialTheme.colorScheme.onSecondaryContainer
|
||||||
|
|||||||
Reference in New Issue
Block a user