mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-05-10 20:15:46 +02:00
WebUI: Remove unselectable
from General tab
Some checks are pending
CI - File health / Check (push) Waiting to run
CI - macOS / Build (push) Waiting to run
CI - Python / Check (push) Waiting to run
CI - Ubuntu / Build (push) Waiting to run
CI - WebUI / Check (push) Waiting to run
CI - Windows / Build (push) Waiting to run
Some checks are pending
CI - File health / Check (push) Waiting to run
CI - macOS / Build (push) Waiting to run
CI - Python / Check (push) Waiting to run
CI - Ubuntu / Build (push) Waiting to run
CI - WebUI / Check (push) Waiting to run
CI - Windows / Build (push) Waiting to run
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.
This commit is contained in:
parent
86e4b662ce
commit
13f9c20a69
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<div id="propGeneral" class="propertiesTabContent invisible unselectable">
|
||||
<div id="propGeneral" class="propertiesTabContent invisible">
|
||||
<div id="propProgressWrapper">
|
||||
<span>QBT_TR(Progress:)QBT_TR[CONTEXT=PropertiesWidget]</span>
|
||||
<span id="progress"></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue