mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 15:34:15 +02:00
[ui] removed more unnecessary 'x' buttons from some dialogs
This commit is contained in:
@@ -1193,7 +1193,7 @@ class ManageWindow(QWidget):
|
||||
def execute_custom_action(self, pkg: PackageView, action: CustomSoftwareAction):
|
||||
|
||||
if pkg is None and not dialog.ask_confirmation(title=self.i18n['confirmation'].capitalize(),
|
||||
body=self.i18n['custom_action.proceed_with'].capitalize().format('"{}"'.format(self.i18n[action.i18_label_key].capitalize())),
|
||||
body=self.i18n['custom_action.proceed_with'].capitalize().format('"{}"'.format(self.i18n[action.i18_label_key])),
|
||||
icon=QIcon(action.icon_path) if action.icon_path else QIcon(resource.get_path('img/logo.svg')),
|
||||
i18n=self.i18n):
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user