diff --git a/src/main/kotlin/com/github/dinbtechit/vscodetheme/startup/VSCodeStartupNotifyActivity.kt b/src/main/kotlin/com/github/dinbtechit/vscodetheme/startup/VSCodeStartupNotifyActivity.kt index 38669a9..91a1be8 100644 --- a/src/main/kotlin/com/github/dinbtechit/vscodetheme/startup/VSCodeStartupNotifyActivity.kt +++ b/src/main/kotlin/com/github/dinbtechit/vscodetheme/startup/VSCodeStartupNotifyActivity.kt @@ -82,7 +82,7 @@ class VSCodeStartupNotifyActivity : StartupActivity { } } // Uncomment for Testing popup - showNotificationPopup(project) + //showNotificationPopup(project) }