fix: image notification condition (fixes #711)

This commit is contained in:
Carl-Robert Linnupuu 2024-11-13 23:28:23 +00:00
parent 42b4f4bc9c
commit 6ddeeb6840

View file

@ -30,7 +30,7 @@ class CodeGPTProjectActivity : StartupActivity.Background {
}
if (!ApplicationManager.getApplication().isUnitTestMode
&& service<ConfigurationSettings>().state.checkForPluginUpdates
&& service<ConfigurationSettings>().state.checkForNewScreenshots
) {
val desktopPath = Paths.get(System.getProperty("user.home"), "Desktop")
project.service<FileWatcher>().watch(desktopPath) {