Fix setTheme types (#6894)
							parent
							
								
									1331e960fa
								
							
						
					
					
						commit
						f5ef133f1e
					
				|  | @ -176,7 +176,7 @@ export function getCustomTheme(themeName: string): ICustomTheme { | |||
|  * | ||||
|  * @param {string} theme new theme | ||||
|  */ | ||||
| export async function setTheme(theme: string): Promise<void> { | ||||
| export async function setTheme(theme?: string): Promise<void> { | ||||
|     if (!theme) { | ||||
|         const themeWatcher = new ThemeWatcher(); | ||||
|         theme = themeWatcher.getEffectiveTheme(); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Dariusz Niemczyk
						Dariusz Niemczyk