Release v0.7.2 - TTW Linux Installer 0.2.0

This commit is contained in:
Omni
2026-07-18 13:46:48 +01:00
parent d78e16f758
commit ada21f90c8
42 changed files with 1111 additions and 605 deletions
@@ -58,6 +58,8 @@ class ModlistGalleryLoadingMixin:
# Position overlay in center of content area
def position_overlay():
if getattr(self, '_loading_overlay', None) is None:
return
if hasattr(self, 'content_area') and self.content_area.isVisible():
content_width = self.content_area.width()
content_height = self.content_area.height()