[desktop] for bug 74907

This commit is contained in:
maxkadushkin
2025-06-10 00:20:17 +03:00
parent 544f5b1d8a
commit ff356b4321

View File

@ -58,6 +58,7 @@ module.exports = function (grunt, rootpathprefix) {
hbhelpers.spritepostfix = () => `${opts.extpath ? opts.extpath : 'small'}-${scaling_table[opts.scale]}`;
hbhelpers.extracls = () => opts.mod2 ? '.theme-icons-cls-mod2 ' : '';
hbhelpers.iesupport = () => !opts.mod2;
hbhelpers.xpsupport = () => !opts.mod2;
return {
src: [`${_editor_res_root}/img/toolbar/${_mod_path}${_scaled_path}/*.png`, `${_common_res_root}/img/toolbar/${_mod_path}${_scaled_path}/*.png`],