setTheme method of the UISettings interface
Important! This functionality is deprecated and will be removed in future versions. Only dark theme is available.
If you choose the light theme, it will not affect the appearance.
Sets chosen theme for the user interface.
@MainThread
void setTheme( Theme theme );
Parameters
- theme
- The chosen color theme of the user interface appearance, represented by a constant of the Theme enumeration.
3/2/2022 12:59:15 PM