mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-16 09:34:57 +00:00
parent
8dcc63bdf6
commit
6d944dfb69
@ -88,7 +88,10 @@ Rectangle {
|
||||
AddNewAccountMenu {
|
||||
id: newAccountMenu
|
||||
onAboutToShow: addAccountButton.state = "pressed"
|
||||
onAboutToHide: addAccountButton.state = "default"
|
||||
onAboutToHide: {
|
||||
addAccountButton.state = "default";
|
||||
addAccountButton.checked = false;
|
||||
}
|
||||
}
|
||||
|
||||
GenerateAccountModal {
|
||||
|
Loading…
x
Reference in New Issue
Block a user