Merge pull request #2573 from mattermost/plt-2453
PLT-2453 Resetting theme upon logout.
Этот коммит содержится в:
@@ -795,6 +795,10 @@ export function applyTheme(theme) {
|
||||
updateCodeTheme(theme.codeTheme);
|
||||
}
|
||||
|
||||
export function resetTheme() {
|
||||
applyTheme(Constants.THEMES.default);
|
||||
}
|
||||
|
||||
export function applyFont(fontName) {
|
||||
const body = $('body');
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user