manager: webuix no longer should be stated beta as it is stable enough for release

This commit is contained in:
rifsxd
2025-05-21 15:18:01 +06:00
parent 714ec4695b
commit 3b1d5f15f4

View File

@@ -329,7 +329,7 @@ fun SettingScreen(navigator: DestinationsNavigator) {
}
if (ksuVersion != null) {
SwitchItem(
beta = true,
beta = false,
enabled = Platform.isAlive,
icon = Icons.Filled.WebAsset,
title = stringResource(id = R.string.use_webuix),
@@ -347,7 +347,7 @@ fun SettingScreen(navigator: DestinationsNavigator) {
}
if (ksuVersion != null) {
SwitchItem(
beta = true,
beta = false,
enabled = Platform.isAlive && useWebUIX && enableWebDebugging,
icon = Icons.Filled.FormatListNumbered,
title = stringResource(id = R.string.use_webuix_eruda),