mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-06-02 16:19:53 -04:00
Add tooltip to Refresh button
This commit is contained in:
parent
dbf1597157
commit
e0277de53f
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ struct ContentView: View {
|
|||
Label("Refresh", systemImage: "arrow.clockwise")
|
||||
.foregroundColor(.accentColor)
|
||||
}
|
||||
.help("Refresh")
|
||||
}
|
||||
.searchable(text: $searchString)
|
||||
.sheet(isPresented: $refreshing) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue