SettingsView
struct SettingsView : View
SwiftUI View
for the main navigation (shared)
-
Bool for the confirmation dialog
Declaration
Swift
@State private var isPresentingConfirmReloadLibrary: Bool { get nonmutating set }
-
The SceneState model
Declaration
Swift
@Environment private var scene: SceneState { get }
-
The KodiConnector model
Declaration
Swift
@Environment private var kodi: KodiConnector { get }
-
The body of the
View
Declaration
Swift
var body: some View { get }
-
The content of the
View
Declaration
Swift
var content: some View { get }
-
The configured hosts
Declaration
Swift
@ViewBuilder var configuredHosts: some View { get }
-
Actions for the selected Kodi
Declaration
Swift
var buttons: some View { get }
-
The new hosts
Declaration
Swift
@ViewBuilder var newHosts: some View { get }