Skip to content

Commit

Permalink
Updated plugin configuration with new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoveda committed Jun 24, 2020
1 parent aef7e51 commit c0051ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions artella-plugin.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"icon": "",
"menu": {
"id": "artella-plugins-uninstaller",
"command": "import artella; plug = artella.PluginsMgr().get_plugin_by_id('artella-plugins-uninstaller'); plug.uninstall()",
"tags": ["artella", "uninstall"],
"label": "Uninstall",
"icon": ""
"parents": ["More Artella"]
},
"name": "Uninstall",
"package": "Artella",
"resources": "resources"
"resources": "resources",
"icon": "uninstaller.png"
}
2 changes: 1 addition & 1 deletion artella/plugins/uninstaller/uninstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def uninstall(self, show_dialogs=True):
logger.error(msg)
return False

loader.shutdown()
loader.shutdown(dev=False)

if do_remove_install_folder:
try:
Expand Down

0 comments on commit c0051ed

Please sign in to comment.