SettingsView
struct SettingsView: View
SwiftUI View
for the settings
-
The observable
FileBrowser
classDeclaration
Swift
private var fileBrowser
-
The observable state of the application
Declaration
Swift
var appState
-
Bool if ChordPro CLI is available
Declaration
Swift
var haveChordProCLI: Bool = false
-
The body of the
View
Declaration
Swift
var body: some View
-
View
with general optionsDeclaration
Swift
var general: some View
-
View
with song optionsDeclaration
Swift
var options: some View
-
View
with diagram display optionsDeclaration
Swift
var diagram: some View
-
View
with editor settingsDeclaration
Swift
var `editor`: some View
-
View
with folder selectorDeclaration
Swift
var folder: some View
-
Check if the ChordPro cli is found in the $PATH
Declaration
Swift
func checkChordProCLI() async -> Bool
Return Value
True or false
-
Wrap the settings section
See moreDeclaration
Swift
struct WrapSettingsSection: ViewModifier