mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix new package double flight delete.
This button was connected twice.
This commit is contained in:
parent
2fa3b26119
commit
69bf3999aa
@ -193,8 +193,6 @@ class QNewPackageDialog(QPackageDialog):
|
||||
self.save_button.clicked.connect(self.accept)
|
||||
self.button_layout.addWidget(self.save_button)
|
||||
|
||||
self.delete_flight_button.clicked.connect(self.on_delete_flight)
|
||||
|
||||
def on_save(self) -> None:
|
||||
"""Saves the created package.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user