Bartuzen / qBitController

Control qBittorrent from your Android device
GNU General Public License v3.0
494 stars 11 forks source link

'√' is duplicated for selected category or tag #155

Open WanderMax opened 1 month ago

WanderMax commented 1 month ago

when choose specified tag or category, label will be selected via adding '√' and different background color. I think there is no need to add '√' in the front of label string which makes label width bigger and tags/categories float. The background color is enough to distinguish selected tag/category from others

Bartuzen commented 1 month ago

The check marks on the chips come from Material Design 3 by default. However, I agree that they look bad in this scenario, so I will remove them.