mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-30 12:24:00 +00:00
Fix Uninstall button not showing again
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user