mirror of https://github.com/buresdv/Cork
~ Button icons
This commit is contained in:
parent
677b27bda5
commit
d3967ba151
|
|
@ -34091,7 +34091,6 @@
|
|||
}
|
||||
},
|
||||
"navigation.upgrade-packages.help" : {
|
||||
"extractionState" : "stale",
|
||||
"localizations" : {
|
||||
"cs" : {
|
||||
"stringUnit" : {
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ struct UpgradePackagesButton: View
|
|||
{
|
||||
appState.showSheet(ofType: .fullUpdate)
|
||||
} label: {
|
||||
Label("navigation.menu.packages.update", systemImage: "arrow.clockwise")
|
||||
Label("navigation.menu.packages.update", systemImage: "square.and.arrow.down")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,11 +21,14 @@ public enum CorkAsset: Sendable {
|
|||
public enum Assets {
|
||||
public static let accentColor = CorkColors(name: "AccentColor")
|
||||
public static let customAppleTerminalBadgeMagnifyingglass = CorkImages(name: "custom.apple.terminal.badge.magnifyingglass")
|
||||
public static let customBrainSlash = CorkImages(name: "custom.brain.slash")
|
||||
public static let customMacwindowBadgeMagnifyingglass = CorkImages(name: "custom.macwindow.badge.magnifyingglass")
|
||||
public static let customMacwindowBadgeXmark = CorkImages(name: "custom.macwindow.badge.xmark")
|
||||
public static let customPinFillQuestionmark = CorkImages(name: "custom.pin.fill.questionmark")
|
||||
public static let customShippingboxBadgeMagnifyingglass = CorkImages(name: "custom.shippingbox.badge.magnifyingglass")
|
||||
public static let customShippingboxBadgePlus = CorkImages(name: "custom.shippingbox.badge.plus")
|
||||
public static let customSparklesSlash = CorkImages(name: "custom.sparkles.slash")
|
||||
public static let customSpigotBadgePlus = CorkImages(name: "custom.spigot.badge.plus")
|
||||
public static let customSpigotBadgeXmark = CorkImages(name: "custom.spigot.badge.xmark")
|
||||
public static let customSquareStackBadgePause = CorkImages(name: "custom.square.stack.badge.pause")
|
||||
public static let customSquareStackBadgePlay = CorkImages(name: "custom.square.stack.badge.play")
|
||||
|
|
|
|||
|
|
@ -21,11 +21,14 @@ public enum CorkAsset: Sendable {
|
|||
public enum Assets {
|
||||
public static let accentColor = CorkColors(name: "AccentColor")
|
||||
public static let customAppleTerminalBadgeMagnifyingglass = CorkImages(name: "custom.apple.terminal.badge.magnifyingglass")
|
||||
public static let customBrainSlash = CorkImages(name: "custom.brain.slash")
|
||||
public static let customMacwindowBadgeMagnifyingglass = CorkImages(name: "custom.macwindow.badge.magnifyingglass")
|
||||
public static let customMacwindowBadgeXmark = CorkImages(name: "custom.macwindow.badge.xmark")
|
||||
public static let customPinFillQuestionmark = CorkImages(name: "custom.pin.fill.questionmark")
|
||||
public static let customShippingboxBadgeMagnifyingglass = CorkImages(name: "custom.shippingbox.badge.magnifyingglass")
|
||||
public static let customShippingboxBadgePlus = CorkImages(name: "custom.shippingbox.badge.plus")
|
||||
public static let customSparklesSlash = CorkImages(name: "custom.sparkles.slash")
|
||||
public static let customSpigotBadgePlus = CorkImages(name: "custom.spigot.badge.plus")
|
||||
public static let customSpigotBadgeXmark = CorkImages(name: "custom.spigot.badge.xmark")
|
||||
public static let customSquareStackBadgePause = CorkImages(name: "custom.square.stack.badge.pause")
|
||||
public static let customSquareStackBadgePlay = CorkImages(name: "custom.square.stack.badge.play")
|
||||
|
|
|
|||
Loading…
Reference in New Issue