feat: add hide and show download items (#7106)

* feat: add hide and show download items

* pnpm prepr
This commit is contained in:
Truman Gao
2026-08-12 16:18:02 +00:00
committed by GitHub
parent 6ec979a076
commit 4758cabbf9
5 changed files with 252 additions and 46 deletions
@@ -8,6 +8,9 @@
"app.action-bar.downloads": {
"message": "Downloads"
},
"app.action-bar.hide-downloads": {
"message": "Hide active downloads"
},
"app.action-bar.hide-more-running-instances": {
"message": "Hide more running instances"
},
@@ -110,6 +113,9 @@
"app.action-bar.reload-to-update": {
"message": "Reload to update"
},
"app.action-bar.show-downloads": {
"message": "Show active downloads"
},
"app.action-bar.show-more-running-instances": {
"message": "Show more running instances"
},