mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
rules-hint
This commit is contained in:
parent
337b55ce9d
commit
4439771add
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ class DelugeGTK:
|
|||
# UID, Q#, Name, Size, Progress, Message, Seeders, Peers, DL, UL, ETA, Share
|
||||
self.store = gtk.ListStore(int, int, str, str, int, str, str, str, str, str, str, str)
|
||||
self.view.set_model(self.store)
|
||||
self.view.set_rules_hint(True)
|
||||
|
||||
|
||||
## Still a lot of work to be done here,
|
||||
|
|
Loading…
Add table
Reference in a new issue