Page
enum Page: String, CaseIterable
The pages for the Help View
-
General help
Declaration
Swift
case kodioHelp = "KodioHelp"
-
Kodi Settings help
Declaration
Swift
case kodiSettings = "KodiSettings"
-
Player Settings help
Declaration
Swift
case playerSettings = "PlayerSettings"
-
Bugs help
Declaration
Swift
case bugs = "Bugs"
-
The title of the help page
Declaration
Swift
var title: String