Update Themes.js

This commit is contained in:
maxkadushkin 2021-04-06 20:06:14 +03:00 committed by GitHub
parent 92c2682419
commit 0e9b1fa822
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,7 +170,7 @@ define([
var obj = get_current_theme_colors(name_colors); var obj = get_current_theme_colors(name_colors);
obj.type = themes_map[theme_name]; obj.type = themes_map[theme_name];
obj.name = name; obj.name = theme_name;
api.asc_setSkin(obj); api.asc_setSkin(obj);
// app.eventbus.addListeners({ // app.eventbus.addListeners({