Pressing esc for the permission dialog should be same as reject this request
This commit is contained in:
parent
cd3eeb7a95
commit
1348327414
@ -506,6 +506,7 @@ class Boss:
|
||||
)
|
||||
response: RCResponse = None
|
||||
window = self.window_id_map.get(window_id)
|
||||
choice = choice or 'r'
|
||||
if choice in ('r', 'd'):
|
||||
if choice == 'd':
|
||||
set_user_password_allowed(pcmd['password'], False)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user