Update AutoSave plugin to work with the new settings API

Contributes to CURA-1615
This commit is contained in:
Arjen Hiemstra 2016-05-30 15:28:14 +02:00
parent bdc8fdf508
commit 581b9ce11f
2 changed files with 13 additions and 20 deletions

View file

@ -13,7 +13,7 @@ def getMetaData():
"author": "Ultimaker",
"version": "1.0",
"description": catalog.i18nc("@info:whatsthis", "Automatically saves Preferences, Machines and Profiles after changes."),
"api": 2
"api": 3
},
}