mirror of
https://github.com/yattee/yattee.git
synced 2025-04-25 08:06:31 +00:00
Fix refresh buttons opacity
This commit is contained in:
parent
c698595517
commit
3630cd404d
@ -127,6 +127,7 @@ struct TrendingView: View {
|
||||
resource.load()
|
||||
}
|
||||
.keyboardShortcut("r")
|
||||
.opacity(0)
|
||||
)
|
||||
.navigationTitle("Trending")
|
||||
#endif
|
||||
|
@ -36,6 +36,7 @@ struct PopularView: View {
|
||||
resource?.load()
|
||||
}
|
||||
.keyboardShortcut("r")
|
||||
.opacity(0)
|
||||
)
|
||||
#endif
|
||||
#if os(iOS)
|
||||
|
@ -44,6 +44,7 @@ struct SubscriptionsView: View {
|
||||
loadResources(force: true)
|
||||
}
|
||||
.keyboardShortcut("r")
|
||||
.opacity(0)
|
||||
)
|
||||
#endif
|
||||
#if os(iOS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user