mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
use save method if new (and existing) created entry has unsaved
changes
This commit is contained in:
parent
af55d1b1b3
commit
75e4329c80
1 changed files with 2 additions and 2 deletions
|
@ -250,8 +250,8 @@ void EditGroupWidget::cancel()
|
|||
return;
|
||||
}
|
||||
if (result == MessageBox::Save) {
|
||||
apply();
|
||||
setModified(false);
|
||||
save();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue