File tree Expand file tree Collapse file tree
Views/Reusables/Buttons/Packages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3409134091 }
3409234092 },
3409334093 "navigation.upgrade-packages.help" : {
34094- "extractionState" : "stale",
3409534094 "localizations" : {
3409634095 "cs" : {
3409734096 "stringUnit" : {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ struct UpgradePackagesButton: View
1818 {
1919 appState. showSheet ( ofType: . fullUpdate)
2020 } label: {
21- Label ( " navigation.menu.packages.update " , systemImage: " arrow.clockwise " )
21+ Label ( " navigation.menu.packages.update " , systemImage: " square.and. arrow.down " )
2222 }
2323 }
2424}
Original file line number Diff line number Diff line change @@ -21,11 +21,14 @@ public enum CorkAsset: Sendable {
2121 public enum Assets {
2222 public static let accentColor = CorkColors ( name: " AccentColor " )
2323 public static let customAppleTerminalBadgeMagnifyingglass = CorkImages ( name: " custom.apple.terminal.badge.magnifyingglass " )
24+ public static let customBrainSlash = CorkImages ( name: " custom.brain.slash " )
2425 public static let customMacwindowBadgeMagnifyingglass = CorkImages ( name: " custom.macwindow.badge.magnifyingglass " )
2526 public static let customMacwindowBadgeXmark = CorkImages ( name: " custom.macwindow.badge.xmark " )
2627 public static let customPinFillQuestionmark = CorkImages ( name: " custom.pin.fill.questionmark " )
2728 public static let customShippingboxBadgeMagnifyingglass = CorkImages ( name: " custom.shippingbox.badge.magnifyingglass " )
29+ public static let customShippingboxBadgePlus = CorkImages ( name: " custom.shippingbox.badge.plus " )
2830 public static let customSparklesSlash = CorkImages ( name: " custom.sparkles.slash " )
31+ public static let customSpigotBadgePlus = CorkImages ( name: " custom.spigot.badge.plus " )
2932 public static let customSpigotBadgeXmark = CorkImages ( name: " custom.spigot.badge.xmark " )
3033 public static let customSquareStackBadgePause = CorkImages ( name: " custom.square.stack.badge.pause " )
3134 public static let customSquareStackBadgePlay = CorkImages ( name: " custom.square.stack.badge.play " )
Original file line number Diff line number Diff line change @@ -21,11 +21,14 @@ public enum CorkAsset: Sendable {
2121 public enum Assets {
2222 public static let accentColor = CorkColors ( name: " AccentColor " )
2323 public static let customAppleTerminalBadgeMagnifyingglass = CorkImages ( name: " custom.apple.terminal.badge.magnifyingglass " )
24+ public static let customBrainSlash = CorkImages ( name: " custom.brain.slash " )
2425 public static let customMacwindowBadgeMagnifyingglass = CorkImages ( name: " custom.macwindow.badge.magnifyingglass " )
2526 public static let customMacwindowBadgeXmark = CorkImages ( name: " custom.macwindow.badge.xmark " )
2627 public static let customPinFillQuestionmark = CorkImages ( name: " custom.pin.fill.questionmark " )
2728 public static let customShippingboxBadgeMagnifyingglass = CorkImages ( name: " custom.shippingbox.badge.magnifyingglass " )
29+ public static let customShippingboxBadgePlus = CorkImages ( name: " custom.shippingbox.badge.plus " )
2830 public static let customSparklesSlash = CorkImages ( name: " custom.sparkles.slash " )
31+ public static let customSpigotBadgePlus = CorkImages ( name: " custom.spigot.badge.plus " )
2932 public static let customSpigotBadgeXmark = CorkImages ( name: " custom.spigot.badge.xmark " )
3033 public static let customSquareStackBadgePause = CorkImages ( name: " custom.square.stack.badge.pause " )
3134 public static let customSquareStackBadgePlay = CorkImages ( name: " custom.square.stack.badge.play " )
You can’t perform that action at this time.
0 commit comments