When there is an error connecting to an account, close only this account's pass dialog. Fixes #5586
这个提交存在于:
父节点
6406a9d710
当前提交
5b527408bb
共有 1 个文件被更改,包括 1 次插入 和 2 次删除
|
|
@ -220,8 +220,7 @@ class Interface:
|
|||
for request in self.gpg_passphrase.values():
|
||||
if request:
|
||||
request.interrupt()
|
||||
# .keys() is needed because dict changes during loop
|
||||
for account in self.pass_dialog.keys():
|
||||
if account in self.pass_dialog:
|
||||
self.pass_dialog[account].window.destroy()
|
||||
if show == 'offline':
|
||||
# sensitivity for this menuitem
|
||||
|
|
|
|||
正在加载…
添加表格
在新工单中引用