Add developer mode

This commit is contained in:
naturecodevoid
2023-02-19 08:06:33 -08:00
parent 49b9be160f
commit 81409227d6
15 changed files with 822 additions and 8 deletions

View File

@@ -9,13 +9,13 @@
import SwiftUI
import SFSafeSymbols
struct Icon: Identifiable {
private struct Icon: Identifiable {
var id: String { assetName }
var displayName: String
let assetName: String
}
struct SpecialIcon {
private struct SpecialIcon {
let assetName: String
let suffix: String?
let forceIndex: Int?