Skip to content

Commit 60d6a06

Browse files
anthonyryan1stickz
authored andcommitted
Add danger color to #randomize_hash (#2875)
The torrent add dialog #tadd remembers previous settings now to help users avoid needing to set the same setting repeatedly. Users also assume that default settings are always safe settings for general usage, and click through without reviewing them. A user who checks #randomize_hash for one torrent (deliberately or otherwise), then is surprised that none of their torrents download anymore, because #randomize_hash is still checked on all future torrent additions. Because users may legitimately want this setting to persist through several subequent torrent adds, we don't want to remove persistence for this field. But I think we should draw more attention to its use, because accidental usage can cause the entire client to stop functioning as expected (from a user perspective).
1 parent 48b3c10 commit 60d6a06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ span#loadimg {padding: 20px; background: transparent url(../images/ajax-loader.g
569569
.Icon_Share {background: transparent url(../images/share.gif) no-repeat left center}
570570

571571
#tadd-header {background-image: url(../images/world.gif)}
572+
#randomize_hash {accent-color: red;}
572573

573574
.konqueror div#tadd label { width: 80px; }
574575
.konqueror div#tadd { height: 290px; }

0 commit comments

Comments
 (0)