Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed May 16, 2024
1 parent 0d5845b commit bf67ca1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deluge/ui/gtk3/files_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
FILE_PRIORITY['High']: 'go-up-symbolic',
}

G_ICON_DIRECTORY = Gio.content_type_get_icon('inode/directory')
#G_ICON_DIRECTORY = Gio.content_type_get_icon('inode/directory')
#G_ICON_DIRECTORY = common.get_resource('blocklist16.png')
#G_ICON_DIRECTORY = 'go-up-symbolic'
G_ICON_DIRECTORY = Gio.File.new_for_path("/")


def cell_priority(column, cell, model, row, data):
Expand Down

0 comments on commit bf67ca1

Please sign in to comment.