Add help text to all header buttons

This commit is contained in:
Ricky Kresslein
2024-02-26 14:12:11 +01:00
committed by Ricky Kresslein
parent 7b34c7e72b
commit 238ddc7ad9
6 changed files with 8 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ struct HomeSettings: View {
.font(.system(size: 30))
#endif
}
.help("Add to Favorites")
#if !os(tvOS)
.buttonStyle(.borderless)
#endif