Update main.py

This commit is contained in:
Yuvi9587
2025-05-12 10:54:57 +05:30
parent f85de58fcb
commit 9165903e96

View File

@@ -2417,8 +2417,6 @@ if __name__ == '__main__':
downloader_app_instance._center_on_screen()
if TourDialog:
# Temporarily force the tour to be considered as "not shown"
# This ensures it appears for this run, especially for a fresh .exe
tour_settings = QSettings(TourDialog.CONFIG_ORGANIZATION_NAME, TourDialog.CONFIG_APP_NAME_TOUR)
tour_settings.setValue(TourDialog.TOUR_SHOWN_KEY, False)
tour_settings.sync()