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
View
Declaration
Swift
var body: some View
-
The tabs of the
See moreSettingsView
Declaration
Swift
enum Tabs
-
The Playback settings
See moreDeclaration
Swift
struct Playback: View
-
The
See moreSidebarView
settingsDeclaration
Swift
struct Sidebar: View