Skip to content

Commit

Permalink
Merge pull request #282 from torikulhabib/master
Browse files Browse the repository at this point in the history
SS
  • Loading branch information
torikulhabib authored Jun 28, 2024
2 parents 6023ca6 + bca92fd commit 40cbee4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">🇮🇩 Gabut Download Manager 🇮🇩</h1>
<h1 align="center">
<img src="data/icons/128/com.github.gabutakut.gabutdm.svg" alt="Gabut Download Manager">
<img src="data/icons/apps/com.github.gabutakut.gabutdm.svg" alt="Gabut Download Manager">
</h1>
<h4 align="center">🌟 Simple and Fast Download Manager 💫</h4>
<h1 align="center">🚀 Release on ✈️</h1>
Expand Down
12 changes: 6 additions & 6 deletions src/GabutWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ namespace Gabut {
_("Drag and Drop URL, Torrent, Metalink, Magnet URIs."),
"com.github.gabutakut.gabutdm.active"
);
modeview.gicon = new ThemedIcon ("com.github.gabutakut.gabutdm.active");
modeview.gicon = new ThemedIcon (active_alert.icon_name);
active_alert.show ();
list_box.set_placeholder (active_alert);
break;
Expand All @@ -1261,7 +1261,7 @@ namespace Gabut {
_("Drag and Drop URL, Torrent, Metalink, Magnet URIs."),
"com.github.gabutakut.gabutdm.pause"
);
modeview.gicon = new ThemedIcon ("com.github.gabutakut.gabutdm.pause");
modeview.gicon = new ThemedIcon (nopause_alert.icon_name);
nopause_alert.show ();
list_box.set_placeholder (nopause_alert);
break;
Expand All @@ -1277,7 +1277,7 @@ namespace Gabut {
_("Drag and Drop URL, Torrent, Metalink, Magnet URIs."),
"com.github.gabutakut.gabutdm.complete"
);
modeview.gicon = new ThemedIcon ("com.github.gabutakut.gabutdm.complete");
modeview.gicon = new ThemedIcon (nocomp_alerst.icon_name);
nocomp_alerst.show ();
list_box.set_placeholder (nocomp_alerst);
break;
Expand All @@ -1293,7 +1293,7 @@ namespace Gabut {
_("Drag and Drop URL, Torrent, Metalink, Magnet URIs."),
"com.github.gabutakut.gabutdm.waiting"
);
modeview.gicon = new ThemedIcon ("com.github.gabutakut.gabutdm.waiting");
modeview.gicon = new ThemedIcon (nowait_alert.icon_name);
nowait_alert.show ();
list_box.set_placeholder (nowait_alert);
break;
Expand All @@ -1309,7 +1309,7 @@ namespace Gabut {
_("Drag and Drop URL, Torrent, Metalink, Magnet URIs."),
"com.github.gabutakut.gabutdm.error"
);
modeview.gicon = new ThemedIcon ("com.github.gabutakut.gabutdm.error");
modeview.gicon = new ThemedIcon (noerr_alert.icon_name);
noerr_alert.show ();
list_box.set_placeholder (noerr_alert);
break;
Expand All @@ -1322,7 +1322,7 @@ namespace Gabut {
return true;
});
indexv = listrow.size;
modeview.gicon = new ThemedIcon ("com.github.gabutakut.gabutdm");
modeview.gicon = new ThemedIcon (nodown_alert.icon_name);
if (!hide_alert) {
list_box.set_placeholder (nodown_alert);
}
Expand Down

0 comments on commit 40cbee4

Please sign in to comment.