Skip to content

Commit

Permalink
Updated plugin settings with new plugin icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoveda committed Jun 24, 2020
1 parent 8feb184 commit 9fc130d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions artella-plugin.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"icon": "",
"menu": {
"id": "artella-plugins-savetocloud",
"command": "import artella; plug = artella.PluginsMgr().get_plugin_by_id('artella-plugins-savetocloud'); plug.save_to_cloud()",
"tags": ["artella", "save", "cloud"],
"label": "Save to Cloud",
"icon": ""
"label": "Save to Cloud"
},
"name": "Save to Cloud",
"package": "Artella",
"resources": "resources"
"resources": "resources",
"icon": "savetocloud.png"
}

0 comments on commit 9fc130d

Please sign in to comment.