mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Cleanup after cherry-picking...
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from PySide6.QtWidgets import QComboBox
|
||||
from PySide2.QtWidgets import QComboBox
|
||||
|
||||
from game.ato import FlightType
|
||||
from game.dcs.aircrafttype import AircraftType
|
||||
|
||||
@@ -169,6 +169,7 @@ class SquadronLiverySelector(QComboBox):
|
||||
self.addItem("No available liveries (using DCS default)")
|
||||
self.setEnabled(False)
|
||||
|
||||
|
||||
class SquadronSizeSpinner(QSpinBox):
|
||||
def __init__(self, starting_size: int, parent: QWidget | None) -> None:
|
||||
super().__init__(parent)
|
||||
|
||||
Reference in New Issue
Block a user