diff --git a/main.py b/main.py index 8864bde..4edf08d 100644 --- a/main.py +++ b/main.py @@ -133,7 +133,7 @@ class TourDialog(QDialog): CONFIG_ORGANIZATION_NAME = "KemonoDownloader" # Shared with main app for consistency if needed, but can be distinct CONFIG_APP_NAME_TOUR = "ApplicationTour" # Specific QSettings group for tour - TOUR_SHOWN_KEY = "neverShowTourAgainV3" # Updated key for new tour content + TOUR_SHOWN_KEY = "neverShowTourAgainV4" # Updated key for new tour content def __init__(self, parent=None): super().__init__(parent) @@ -202,7 +202,7 @@ class TourDialog(QDialog): # --- Define Tour Steps with Updated Content --- step1_content = ( - "Hello! This quick tour will walk you through the main features of the Kemono Downloader." + "Hello! This quick tour will walk you through the main features of the Kemono Downloader, including recent updates." "" ) @@ -259,6 +262,8 @@ class TourDialog(QDialog): "