SettingsView
struct SettingsView: View
SwiftUI View for the settings
-
The AppState model
Declaration
Swift
private var appState -
The KodiConnector model
Declaration
Swift
private var kodi -
The selected tab
Declaration
Swift
private var selection: Tabs = .kodiHosts -
The body of the
ViewDeclaration
Swift
var body: some View -
The tabs of the
See moreSettingsViewDeclaration
Swift
enum Tabs -
The Playback settings
See moreDeclaration
Swift
struct Playback: View -
The
See moreSidebarViewsettingsDeclaration
Swift
struct Sidebar: View
View on GitHub