From 13f9c20a69bf89baa750a05c9697fddc2cc2e19d Mon Sep 17 00:00:00 2001 From: dezza <402927+dezza@users.noreply.github.com> Date: Sat, 10 May 2025 10:48:05 +0200 Subject: [PATCH] WebUI: Remove `unselectable` from General tab Making General-tab text `unselectable` is not an improvement. It begs to add a new `Copy -> Save path` feature, because using `Set location` to copy save path (*which requires a request*) is not faster than simply copying it from the `General` tab by double-left clicking and pressing `CTRL+C`. I don't see a reason why its necessary to software-restrict people from copying details from the `General`-tab - there are several reasons why you would - incl. the above mentioned usecase for quickly copying save-path, but other than that its counterproductive to limit people from copying the details displayed. PR #22663. --- src/webui/www/private/views/properties.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/www/private/views/properties.html b/src/webui/www/private/views/properties.html index e3cb42b1b..fbcaa1d53 100644 --- a/src/webui/www/private/views/properties.html +++ b/src/webui/www/private/views/properties.html @@ -1,4 +1,4 @@ -