mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Properly close items inside the item list, instead of just hiding them
This commit is contained in:
parent
656784dfa9
commit
bc8759bc77
@ -347,7 +347,7 @@ class HistoryItemList(QtWidgets.QScrollArea):
|
||||
"""
|
||||
for item in self.items.values():
|
||||
self.items_layout.removeWidget(item)
|
||||
item.hide()
|
||||
item.close()
|
||||
self.items = {}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user