Fix windows management by introducting key()

This commit is contained in:
Thomas Andres Gomez 2024-11-27 11:36:53 +01:00
parent 51021d41d5
commit f8168a8997
32 changed files with 420 additions and 59 deletions

View file

@ -143,7 +143,7 @@ private fun WindowsHandler(
is CharacterSheetCreateWindow -> CharacterSheetMainNavHost(
startDestination = CharacterSheetEditDestination.navigationRoute(
id = null,
id = window.sheetId,
enableBack = false,
),
)