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

@@ -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