mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
[desktop] for bug 74907
This commit is contained in:
@ -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`],
|
||||
|
||||
Reference in New Issue
Block a user