mirror of
https://github.com/tw93/Mole.git
synced 2026-02-13 00:25:14 +00:00
feat: Add VS Code launch/task configurations and refactor app icon and resource management.
This commit is contained in:
9
app/AppState.swift
Normal file
9
app/AppState.swift
Normal file
@@ -0,0 +1,9 @@
|
||||
import SwiftUI
|
||||
|
||||
enum AppState: Equatable {
|
||||
case idle
|
||||
case scanning
|
||||
case results(size: String)
|
||||
case cleaning
|
||||
case done
|
||||
}
|
||||
Reference in New Issue
Block a user