mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
lrclib api option, many improvements and refactoring
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import SwiftUI
|
||||
|
||||
struct ListRowSeparatorHidden: ViewModifier {
|
||||
func body(content: Content) -> some View {
|
||||
if #available(iOS 15.0, *) {
|
||||
content
|
||||
.listRowSeparator(.hidden)
|
||||
}
|
||||
else {
|
||||
content
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user