Removed unused UI variable

This commit is contained in:
David Maisonave
2024-08-05 20:40:16 -04:00
parent b2f0cdf399
commit 9b239e0ec1
2 changed files with 2 additions and 4 deletions

View File

@@ -3,10 +3,6 @@ description: Monitors the Stash library folders, and updates Stash if any change
version: 0.5.0
url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor
settings:
onCreateCallDupFileManager:
displayName: Call DupFileManager on-Create
description: When enabled, if CREATE flag is triggered, DupFileManager task is called if the plugin is installed.
type: BOOLEAN
recursiveDisabled:
displayName: No Recursive
description: Enable stop monitoring paths recursively.

View File

@@ -12,6 +12,8 @@ config = {
"createSpecFileToExit": True,
# Enable to delete special file imediately after it's created in stop process
"deleteSpecFileInStop": False,
# When enabled, if CREATE flag is triggered, DupFileManager task is called if the plugin is installed.
"onCreateCallDupFileManager": False, # Not yet implemented!!!!
# The following fields are ONLY used when running FileMonitor in script mode
"endpoint_Scheme" : "http", # Define endpoint to use when contacting the Stash server