From 83ad16a19eb8606b97e6844beea7b9acbfa20d40 Mon Sep 17 00:00:00 2001 From: Thomas Piccirello Date: Mon, 28 Oct 2024 05:25:23 -0700 Subject: [PATCH] WebUI: Rename file This is done in a separate commit to avoid losing revision history. --- src/webui/www/private/{upload.html => addtorrent.html} | 0 src/webui/www/webui.qrc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/webui/www/private/{upload.html => addtorrent.html} (100%) diff --git a/src/webui/www/private/upload.html b/src/webui/www/private/addtorrent.html similarity index 100% rename from src/webui/www/private/upload.html rename to src/webui/www/private/addtorrent.html diff --git a/src/webui/www/webui.qrc b/src/webui/www/webui.qrc index 99a9110cf..6d15d1f04 100644 --- a/src/webui/www/webui.qrc +++ b/src/webui/www/webui.qrc @@ -1,6 +1,7 @@ private/addpeers.html + private/addtorrent.html private/addtrackers.html private/addwebseeds.html private/confirmfeeddeletion.html @@ -424,7 +425,6 @@ private/setlocation.html private/shareratio.html private/speedlimit.html - private/upload.html private/views/about.html private/views/aboutToolbar.html private/views/confirmAutoTMM.html