mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Select cancel button by default
Consistent with 'keep editing' in add screen
This commit is contained in:
parent
9bebe2d72d
commit
c4115bdff2
1 changed files with 1 additions and 1 deletions
|
|
@ -911,7 +911,7 @@ class CardLayout(QDialog):
|
|||
QMessageBox.StandardButton.Discard,
|
||||
QMessageBox.StandardButton.Cancel,
|
||||
],
|
||||
default_button=0,
|
||||
default_button=2,
|
||||
parent=self,
|
||||
)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue