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: webuix no longer should be stated beta as it is stable enough for release
This commit is contained in:
@@ -329,7 +329,7 @@ fun SettingScreen(navigator: DestinationsNavigator) {
|
|||||||
}
|
}
|
||||||
if (ksuVersion != null) {
|
if (ksuVersion != null) {
|
||||||
SwitchItem(
|
SwitchItem(
|
||||||
beta = true,
|
beta = false,
|
||||||
enabled = Platform.isAlive,
|
enabled = Platform.isAlive,
|
||||||
icon = Icons.Filled.WebAsset,
|
icon = Icons.Filled.WebAsset,
|
||||||
title = stringResource(id = R.string.use_webuix),
|
title = stringResource(id = R.string.use_webuix),
|
||||||
@@ -347,7 +347,7 @@ fun SettingScreen(navigator: DestinationsNavigator) {
|
|||||||
}
|
}
|
||||||
if (ksuVersion != null) {
|
if (ksuVersion != null) {
|
||||||
SwitchItem(
|
SwitchItem(
|
||||||
beta = true,
|
beta = false,
|
||||||
enabled = Platform.isAlive && useWebUIX && enableWebDebugging,
|
enabled = Platform.isAlive && useWebUIX && enableWebDebugging,
|
||||||
icon = Icons.Filled.FormatListNumbered,
|
icon = Icons.Filled.FormatListNumbered,
|
||||||
title = stringResource(id = R.string.use_webuix_eruda),
|
title = stringResource(id = R.string.use_webuix_eruda),
|
||||||
|
|||||||
Reference in New Issue
Block a user