mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[ui] removed more unnecessary 'x' buttons from some dialogs
This commit is contained in:
@@ -18,7 +18,7 @@ class ProcessWatcher:
|
||||
pass
|
||||
|
||||
def request_confirmation(self, title: str, body: str, components: List[ViewComponent] = None, confirmation_label: str = None,
|
||||
deny_label: str = None, deny_button: bool = True, window_cancel: bool = True) -> bool:
|
||||
deny_label: str = None, deny_button: bool = True, window_cancel: bool = False) -> bool:
|
||||
"""
|
||||
request a user confirmation. In the current GUI implementation, it shows a popup to the user.
|
||||
:param title: popup title
|
||||
|
||||
Reference in New Issue
Block a user