Minor fixes for tvOS

This commit is contained in:
世界
2023-10-01 20:31:03 +08:00
parent 495b7d8805
commit 4a0d683d7c
5 changed files with 47 additions and 17 deletions
@@ -73,7 +73,9 @@ public struct DashboardView: View {
DashboardView1().environmentObject(profile)
} else {
FormView {
InstallProfileButton()
InstallProfileButton {
await environments.reload()
}
}
}
}