mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Re-enable the backing up of plugins
Because we're adding a messgae for the user if the loading of a plugin failed (which can happen after backing up a plugin in central storage), we can re-enable the backing up of plugins again. CURA-8313
This commit is contained in:
parent
fa690a0f5e
commit
40a981b902
2 changed files with 1 additions and 14 deletions
|
@ -29,7 +29,7 @@ class Backup:
|
|||
IGNORED_FILES = [r"cura\.log", r"plugins\.json", r"cache", r"__pycache__", r"\.qmlc", r"\.pyc"]
|
||||
"""These files should be ignored when making a backup."""
|
||||
|
||||
IGNORED_FOLDERS = [r"plugins"]
|
||||
IGNORED_FOLDERS = []
|
||||
|
||||
SECRETS_SETTINGS = ["general/ultimaker_auth_data"]
|
||||
"""Secret preferences that need to obfuscated when making a backup of Cura"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue