merge feat/welcome-screen into screen #2

Merged
lele merged 19 commits from feat/welcome-screen into master 2025-06-19 16:28:14 +02:00
Showing only changes of commit 81661b3270 - Show all commits

View file

@ -109,7 +109,7 @@ fun HomeScreen(paddingValues: PaddingValues) {
currentScreen = "apiDialog"
}
"apidialog" -> {
"apiDialog" -> {
currentScreen = "passwordDialog"
}
}