mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-27 13:03:20 +08:00
Change hint for printing from toolbar in the view mode.
This commit is contained in:
@ -263,7 +263,7 @@ define([
|
||||
}
|
||||
|
||||
if ( me.btnPrint ) {
|
||||
me.btnPrint.updateHint(me.tipPrint);
|
||||
me.btnPrint.updateHint(me.tipPrint + Common.Utils.String.platformKey('Ctrl+P'));
|
||||
me.btnPrint.on('click', function (e) {
|
||||
me.fireEvent('print', me);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user