[ui] changing custom actions button style

This commit is contained in:
Vinicius Moreira
2020-04-24 14:27:41 -03:00
parent 0d9e6315f1
commit f0cc119271
3 changed files with 8 additions and 8 deletions

View File

@@ -329,7 +329,6 @@ class ManageWindow(QWidget):
self.custom_actions = manager.get_custom_actions()
bt_custom_actions = IconButton(QIcon(resource.get_path('img/custom_actions.svg')),
action=self.show_custom_actions,
background="#669900",
i18n=self.i18n,
tooltip=self.i18n['manage_window.bt_custom_actions.tip'])
bt_custom_actions.setVisible(bool(self.custom_actions))