Fix removing of a clicked download
This commit is contained in:
parent
5b0fc41367
commit
0b310d6910
@ -113,7 +113,7 @@ class DownloadView(QListView):
|
|||||||
item = self.model().data(index, downloads.ModelRole.item)
|
item = self.model().data(index, downloads.ModelRole.item)
|
||||||
if item.done and item.successful:
|
if item.done and item.successful:
|
||||||
item.open_file()
|
item.open_file()
|
||||||
self.model().remove_item(item)
|
item.remove()
|
||||||
|
|
||||||
def _get_menu_actions(self, item):
|
def _get_menu_actions(self, item):
|
||||||
"""Get the available context menu actions for a given DownloadItem.
|
"""Get the available context menu actions for a given DownloadItem.
|
||||||
|
Loading…
Reference in New Issue
Block a user