Skip to content

Commit

Permalink
[desktop] receive "native" info about installed printers
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Dec 10, 2024
1 parent fc5de9a commit 95916cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/common/main/lib/controller/Desktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ define([
if (/file:print/.test(cmd)) {
webapp.getController('Main').onPrint();
} else
if (/printer:config/.test(cmd)) {
console.log('on print:config', param);
} else
if (/file:saveas/.test(cmd)) {
webapp.getController('Main').api.asc_DownloadAs();
} else
Expand Down

0 comments on commit 95916cd

Please sign in to comment.