[desktop] for bug 54387
This commit is contained in:
parent
a3c56ba8fb
commit
4205a29bc3
|
@ -1872,6 +1872,9 @@ define([
|
||||||
|
|
||||||
Common.Gateway.on('opendocument', function () {
|
Common.Gateway.on('opendocument', function () {
|
||||||
api = DE.getController('ApplicationController').api;
|
api = DE.getController('ApplicationController').api;
|
||||||
|
|
||||||
|
var is_win_xp = window.RendererProcessVariable && window.RendererProcessVariable.os === 'winxp';
|
||||||
|
Common.UI.Themes.setAvailable(!is_win_xp);
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue