Skip to content

Commit

Permalink
Upgrade the Entry basic book for Uzbek
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongJun-Lee committed Jun 10, 2021
1 parent 9d0cca4 commit a34e4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/renderer/helper/rendererUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ export default class {

static downloadEntryBasic() {
this.showSaveDialog({
defaultPath: "Entry-dasturlash-basic.pdf",
defaultPath: "Entry_dasturlash_1-qadami.pdf",
filters: [{ name: '*.pdf', extensions: ['pdf'] }],
}, (filePath) => {
if (filePath) {
IpcRendererHelper.staticDownload(
['guide', "Entry-dasturlash-basic.pdf"],
['guide', "Entry_dasturlash_1-qadami.pdf"],
filePath,
);
}
Expand Down

0 comments on commit a34e4ce

Please sign in to comment.