mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-20 01:02:02 +00:00
fix: image notification condition (fixes #711)
This commit is contained in:
parent
42b4f4bc9c
commit
6ddeeb6840
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue