Update Themes.js

This commit is contained in:
maxkadushkin 2021-04-23 15:39:46 +03:00 committed by GitHub
parent 1d989777a7
commit a0f7048e16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,7 +213,7 @@ define([
}
var obj = get_current_theme_colors(name_colors);
obj.type = themes_map[theme_name];
obj.type = themes_map[theme_name].type;
obj.name = theme_name;
api.asc_setSkin(obj);