manager: ksuEngine as default WebUI engine (#110)

This commit is contained in:
米凛MiRin
2025-05-28 12:22:38 +08:00
committed by GitHub
parent 439b99cc4a
commit 62da804518

View File

@@ -391,7 +391,7 @@ fun ModuleScreen(navigator: DestinationsNavigator) {
when (config.getWebuiEngine(context)) {
"wx" -> wxEngine
"ksu" -> ksuEngine
else -> wxEngine
else -> ksuEngine
}
)
return@ModuleList
@@ -921,4 +921,4 @@ fun ModuleItemPreview() {
config = ModuleConfig()
)
ModuleItem(EmptyDestinationsNavigator, module, "", {}, {}, {}, {})
}
}