mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
fix indent oops
This commit is contained in:
parent
5a813106ba
commit
991467790b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class FilesTabManager(FilesBaseManager):
|
|||
self.file_unique_id = unique_id
|
||||
|
||||
def priority_clicked(self, widget):
|
||||
if self.manager.get_pref("use_compact_storage"):
|
||||
if self.manager.get_pref("use_compact_storage"):
|
||||
self.compact_allocation_warning()
|
||||
else:
|
||||
super(FilesTabManager, self).priority_clicked(widget)
|
||||
|
|
Loading…
Add table
Reference in a new issue