Skip to content

Commit

Permalink
Prepare for update
Browse files Browse the repository at this point in the history
  • Loading branch information
aandrew-me committed Dec 24, 2022
1 parent 1b3f0bd commit 1556495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions flatpak/me.aandrew.ytdownloader.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<content_rating type="oars-1.1"/>

<releases>
<release version="3.10.0" date="2022-12-24"/>
<release version="3.9.0" date="2022-11-27"/>
<release version="3.8.1" date="2022-11-20"/>
<release version="3.8.0" date="2022-11-12"/>
Expand Down
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ app.whenReady().then(() => {
const text = clipboard.readText();
if (indexIsOpen) {
win.show();
if (app.dock) app.dock.show()
win.webContents.send("link", text);
} else {
win.loadFile("html/index.html");
Expand All @@ -112,6 +113,7 @@ app.whenReady().then(() => {
indexIsOpen = false;
win.loadFile("html/playlist.html");
win.show();
if (app.dock) app.dock.show()
},
},
{
Expand Down

0 comments on commit 1556495

Please sign in to comment.