mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 19:53:25 +01:00
[CHANGE] Replace system image name strings with SFSymbols
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
import SFSafeSymbols
|
||||
import AltStoreCore
|
||||
|
||||
struct BrowseView: View {
|
||||
@@ -76,7 +77,7 @@ struct BrowseView: View {
|
||||
SwiftUI.Button {
|
||||
|
||||
} label: {
|
||||
Image(systemName: "line.3.horizontal.decrease.circle")
|
||||
Image(systemSymbol: .lineHorizontal3DecreaseCircle)
|
||||
.imageScale(.large)
|
||||
}
|
||||
|
||||
@@ -127,7 +128,7 @@ struct PromotedCategoryView: View {
|
||||
}
|
||||
|
||||
HStack {
|
||||
Image(systemName: "dpad.right.filled")
|
||||
Image(systemSymbol: .dpadRightFill)
|
||||
Text("Games &\nEmulators")
|
||||
.multilineTextAlignment(.leading)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user