Release v1.7.5

This commit is contained in:
Sucukdeluxe 2026-03-07 04:09:01 +01:00
parent c125a5a804
commit 31c9f118e2
3 changed files with 7 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "real-debrid-downloader",
"version": "1.7.4",
"version": "1.7.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "real-debrid-downloader",
"version": "1.7.4",
"version": "1.7.5",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.5.16",

View File

@ -1,6 +1,6 @@
{
"name": "real-debrid-downloader",
"version": "1.7.4",
"version": "1.7.5",
"description": "Desktop downloader",
"main": "build/main/main/main.js",
"author": "Sucukdeluxe",

View File

@ -1440,13 +1440,16 @@ body,
.account-row-actions {
display: flex;
justify-content: flex-end;
justify-content: flex-start;
align-items: center;
gap: 6px;
flex-wrap: nowrap;
align-content: center;
text-align: center;
padding-left: 12px;
padding-right: 8px;
min-width: 0;
overflow: hidden;
}
.account-row-actions .btn {