forked from Github/Axter-Stash
Removed unused UI variable
This commit is contained in:
@@ -3,10 +3,6 @@ description: Monitors the Stash library folders, and updates Stash if any change
|
|||||||
version: 0.5.0
|
version: 0.5.0
|
||||||
url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor
|
url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor
|
||||||
settings:
|
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:
|
recursiveDisabled:
|
||||||
displayName: No Recursive
|
displayName: No Recursive
|
||||||
description: Enable stop monitoring paths recursively.
|
description: Enable stop monitoring paths recursively.
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ config = {
|
|||||||
"createSpecFileToExit": True,
|
"createSpecFileToExit": True,
|
||||||
# Enable to delete special file imediately after it's created in stop process
|
# Enable to delete special file imediately after it's created in stop process
|
||||||
"deleteSpecFileInStop": False,
|
"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
|
# The following fields are ONLY used when running FileMonitor in script mode
|
||||||
"endpoint_Scheme" : "http", # Define endpoint to use when contacting the Stash server
|
"endpoint_Scheme" : "http", # Define endpoint to use when contacting the Stash server
|
||||||
|
|||||||
Reference in New Issue
Block a user