1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00
Files
DankMaterialShell/core/internal/tui/states.go
2025-11-30 10:22:54 -05:00

23 lines
413 B
Go

package tui
type ApplicationState int
const (
StateWelcome ApplicationState = iota
StateSelectWindowManager
StateSelectTerminal
StateDetectingDeps
StateDependencyReview
StateGentooUseFlags
StateGentooGCCCheck
StateAuthMethodChoice
StateFingerprintAuth
StatePasswordPrompt
StateInstallingPackages
StateConfigConfirmation
StateDeployingConfigs
StateInstallComplete
StateFinalComplete
StateError
)