RecodeLiner
Results
2
comments of
RecodeLiner
So there's nothing specific: ```kotlin @ExperimentalMaterial3Api @Composable fun mediumScreen() { val navigator = LocalNavigator.currentOrThrow Row(modifier = Modifier.fillMaxSize()) { NavigationRail { ScreenList.screens.forEach { item -> val selected = item.screen.key == navigator.lastItem.key...
It's good, but i try to make just undecorated title bar with native windows functions and it's seems like on jewel it's not possible