[ui] removed more unnecessary 'x' buttons from some dialogs

This commit is contained in:
Vinicius Moreira
2020-04-29 16:58:39 -03:00
parent 5bd6858f7d
commit 780667f5c3
6 changed files with 13 additions and 10 deletions

View File

@@ -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