Fix Uninstall button not showing again

This commit is contained in:
Laurent Monin
2018-09-28 12:11:58 +02:00
parent d2f96ca3ad
commit 8f571cc201

View File

@@ -480,6 +480,7 @@ class PluginsOptionsPage(OptionsPage):
item.enable(None, greyout=False)
item.button_install.hide()
item.button_enable.show()
item.button_uninstall.show()
def uninstall_processor():
self.uninstall_plugin(item)