WindowID
enum WindowID: String
The windows we can open
-
The
WelcomeViewDeclaration
Swift
case welcomeView = "Chord Provider" -
The
AboutViewDeclaration
Swift
case aboutView = "About Chord Provider" -
The “MediaPlayerView
Declaration
Swift
case mediaPlayerView = "Chord Provider Media" -
The
ExportFolderViewDeclaration
Swift
case exportFolderView = "Export Songs" -
Declaration
Swift
case chordsDatabaseView = "Chords Database" -
The
DebugViewDeclaration
Swift
case debugView = "Debug Info" -
The
HelpViewDeclaration
Swift
case helpView = "Chord Provider Help"
View on GitHub