This commit is contained in:
Yuvi9587
2025-06-09 08:35:42 +01:00
parent 01665c366b
commit d5d6fd91ef
3 changed files with 29 additions and 3 deletions

View File

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