mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 00:21:31 +08:00
[desktop] get def printer name
This commit is contained in:
@ -369,7 +369,10 @@ define([
|
||||
}
|
||||
|
||||
return undefined;
|
||||
}
|
||||
},
|
||||
getDefaultPrinterName: function () {
|
||||
return nativevars ? nativevars.defaultPrinterName : '';
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user