Interface: ApplicationSectionProperties
Defined in: src/components/Settings/SettingsSections.tsx:851
Propertiesโ
autoStartControlโ
readonlyautoStartControl:ReactNode
Defined in: src/components/Settings/SettingsSections.tsx:852
availableThemesโ
readonlyavailableThemes: readonlyThemeName[]
Defined in: src/components/Settings/SettingsSections.tsx:853
currentThemeNameโ
readonlycurrentThemeName:ThemeName
Defined in: src/components/Settings/SettingsSections.tsx:854
iconโ
readonlyicon:IconType
Defined in: src/components/Settings/SettingsSections.tsx:855
isLoadingโ
readonlyisLoading:boolean
Defined in: src/components/Settings/SettingsSections.tsx:856
minimizeToTrayControlโ
readonlyminimizeToTrayControl:ReactNode
Defined in: src/components/Settings/SettingsSections.tsx:857
onThemeChange()โ
readonlyonThemeChange: (event:ChangeEvent<HTMLSelectElement>) =>void
Defined in: src/components/Settings/SettingsSections.tsx:858
Parametersโ
eventโ
ChangeEvent<HTMLSelectElement>
Returnsโ
void