From 00cdd5c36b8f854731fef73beaf3547a25e3d233 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Tue, 28 Jan 2025 14:25:18 +0100 Subject: [PATCH] replace icon, remove variable --- icons/support.svg | 2 +- src/ui/main_ui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icons/support.svg b/icons/support.svg index dc6f6f5..88660f1 100644 --- a/icons/support.svg +++ b/icons/support.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/ui/main_ui.py b/src/ui/main_ui.py index 52bc036..43848d6 100644 --- a/src/ui/main_ui.py +++ b/src/ui/main_ui.py @@ -639,7 +639,7 @@ def launch(*argv): # Load base QT translations from the normal place app = QtWidgets.QApplication([]) - main_ui = MainUI() + MainUI() # translate ui to system language if SYSTEM_LANGUAGE: translator = QtCore.QTranslator()