From c878a09d27f45ecd7fb1ec8d98a80db19bb1a4e1 Mon Sep 17 00:00:00 2001 From: Kostiantyn Chernenok <44094399+lemantisee@users.noreply.github.com> Date: Sat, 19 Apr 2025 02:57:39 +0300 Subject: [PATCH] Swap add file/link buttons on toolbar Swap "Add torrent file" with "Add torrent link" button to be consistent with order in File menu. Closes #22420. PR #22557. Signed-off-by: Kostiantyn --- src/gui/mainwindow.ui | 2 +- src/webui/www/private/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/mainwindow.ui b/src/gui/mainwindow.ui index 24c6ada61..90a4fecb7 100644 --- a/src/gui/mainwindow.ui +++ b/src/gui/mainwindow.ui @@ -149,8 +149,8 @@ false - + diff --git a/src/webui/www/private/index.html b/src/webui/www/private/index.html index 354f1b2b0..1f11f3aa5 100644 --- a/src/webui/www/private/index.html +++ b/src/webui/www/private/index.html @@ -111,8 +111,8 @@
   - QBT_TR(Add Torrent Link...)QBT_TR[CONTEXT=MainWindow] QBT_TR(Add Torrent File...)QBT_TR[CONTEXT=MainWindow] + QBT_TR(Add Torrent Link...)QBT_TR[CONTEXT=MainWindow] QBT_TR(Remove)QBT_TR[CONTEXT=TransferListWidget] QBT_TR(Start)QBT_TR[CONTEXT=TransferListWidget] QBT_TR(Stop)QBT_TR[CONTEXT=TransferListWidget]