mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Don't double-show encryption dialog
This commit is contained in:
parent
3245b119be
commit
1e701d411b
1 changed files with 2 additions and 1 deletions
|
@ -395,6 +395,7 @@ ApplicationWindow {
|
||||||
checked = true;
|
checked = true;
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
|
if (checked === true)
|
||||||
confirmEncryptionDialog.open();
|
confirmEncryptionDialog.open();
|
||||||
}
|
}
|
||||||
Layout.alignment: Qt.AlignRight
|
Layout.alignment: Qt.AlignRight
|
||||||
|
|
Loading…
Reference in a new issue