correctly handle reload after backends configuration
This commit is contained in:
parent
7859aa0ba6
commit
bf0f1d94b1
5 changed files with 20 additions and 7 deletions
|
|
@ -73,6 +73,7 @@ class MainWindow(QtMainWindow):
|
|||
for minivideo in self.minivideos:
|
||||
self.ui.scrollAreaContent.layout().removeWidget(minivideo)
|
||||
minivideo.hide()
|
||||
minivideo.deleteLater()
|
||||
|
||||
self.minivideos = []
|
||||
self.ui.searchEdit.setEnabled(False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue