toolbar in teminal view

animation in contentview
withanimations in sshhandler
This commit is contained in:
neon443
2025-06-16 13:57:46 +01:00
parent a9eeb55cf6
commit b4a9e9bb24
3 changed files with 36 additions and 28 deletions

View File

@@ -77,6 +77,7 @@ struct ContentView: View {
}
.disabled(!(handler.connected && handler.authorized))
}
.transition(.opacity)
}
}
}