Interface: ApplicationSectionProperties
Defined in: src/components/Settings/sections/ApplicationSection.tsx:14
Propertiesโ
autoStartControlโ
readonlyautoStartControl:ReactNode
Defined in: src/components/Settings/sections/ApplicationSection.tsx:15
availableThemesโ
readonlyavailableThemes: readonlyThemeName[]
Defined in: src/components/Settings/sections/ApplicationSection.tsx:16
currentThemeNameโ
readonlycurrentThemeName:ThemeName
Defined in: src/components/Settings/sections/ApplicationSection.tsx:17
iconโ
readonlyicon:IconType
Defined in: src/components/Settings/sections/ApplicationSection.tsx:18
isLoadingโ
readonlyisLoading:boolean
Defined in: src/components/Settings/sections/ApplicationSection.tsx:19
minimizeToTrayControlโ
readonlyminimizeToTrayControl:ReactNode
Defined in: src/components/Settings/sections/ApplicationSection.tsx:20
onThemeChange()โ
readonlyonThemeChange: (event:ChangeEvent<HTMLSelectElement>) =>void
Defined in: src/components/Settings/sections/ApplicationSection.tsx:21
Parametersโ
eventโ
ChangeEvent<HTMLSelectElement>
Returnsโ
void