rmartin16 / qbittorrentui

text user interface for qbittorrent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

plasmoduck opened this issue · comments

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?

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

Thanks, now how to compile?

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

Thanks