moved update and download functionality to kontor-schema

This commit is contained in:
Thomas Peetz
2025-01-28 15:10:10 +01:00
parent c61e49720e
commit e733fa21e6
14 changed files with 118 additions and 162 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class MediaWindow(QMdiSubWindow):
self._main_window.remove_sub_window('comic')
def refresh(self):
# self.log.info("refresh")
self.log.info("MediaWindow.refresh")
self.data_views[self.tabs.currentIndex()].refresh()
def _tab_changed(self, tab_index):