Update main.py

This commit is contained in:
Yuvi9587
2025-06-01 12:54:41 +01:00
parent 21ba95e325
commit dc1314a148

View File

@@ -1532,7 +1532,7 @@ class TourDialog(QDialog):
CONFIG_ORGANIZATION_NAME = "KemonoDownloader"
CONFIG_APP_NAME_TOUR = "ApplicationTour"
TOUR_SHOWN_KEY = "neverShowTourAgainV14"
TOUR_SHOWN_KEY = "neverShowTourAgainV15"
def __init__(self, parent=None):
super().__init__(parent)