fix: correct method name for getting selected plate in loadout manager
This commit is contained in:
parent
f1ac4c22c5
commit
91971d2268
|
|
@ -619,7 +619,7 @@ class LoadoutManagerDialog(QDialog):
|
|||
|
||||
dialog = PlateSelectorDialog(self)
|
||||
if dialog.exec() == QDialog.DialogCode.Accepted:
|
||||
plate = dialog.get_selected_plate()
|
||||
plate = dialog.selected_plate
|
||||
if plate:
|
||||
self._set_plating(plate)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue