rmartin16 / qbittorrentui

text user interface for qbittorrent
MIT License
47 stars 4 forks source link

Add emoji to UI interface, ALL, DOWNLOADING, COMPLETED etc #6

Closed plasmoduck closed 2 years ago

plasmoduck commented 2 years ago

Hi mate, what piece of source do I have to edit to change the names of ALL, DOWNLOADING, COMPLETED, PAUSED, ACTIVE etc to add some emoji for visual asthetics?

rmartin16 commented 2 years ago

If you're talking about the names of the "tabs" at the top, you should be able to add those in TorrentListTabsColumns.

plasmoduck commented 2 years ago

Thanks, now how to compile?

rmartin16 commented 2 years ago

To use it, just install wherever youre running qbittorrentui from with python -m pip install /path/to/modified/source

plasmoduck commented 2 years ago

Thanks