shadow3

Results 2 issues of shadow3

``` @Composable @Destination(start = true) fun Home( modifier: Modifier = Modifier, navigator: DestinationsNavigator, @NavHostParam setupFinished: MutableState, @NavHostParam appTitle: MutableState, ) { Log.e("asdf", setupFinished.toString()) HomeContent( modifier = modifier, navigator = navigator,...

Introduces a fan plugin system allowing users to control fan speeds with custom Lua scripts. This provides a more flexible alternative to static fan curves. - Adds UI controls to...