mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win-nix] debug
This commit is contained in:
committed by
SimplestStudio
parent
dc6c31934b
commit
c54f7e1cc7
@ -605,8 +605,10 @@
|
||||
$btnApply.prop('disabled') && $btnApply.prop('disabled', false);
|
||||
});
|
||||
|
||||
document.body.setAttribute('dir', 'rtl');
|
||||
document.body.classList.add('rtl');
|
||||
if ( opts.rtl ) {
|
||||
document.body.setAttribute('dir', 'rtl');
|
||||
document.body.classList.add('rtl');
|
||||
}
|
||||
}
|
||||
|
||||
$('.settings-field:visible:last').css('margin-bottom','0');
|
||||
|
||||
Reference in New Issue
Block a user