Add 2 More Slots for Power Discs on Emulated Base

This commit is contained in:
deReeperJosh
2024-05-11 17:10:15 +01:00
committed by Joshua de Reeper
parent 0cc1d4c62d
commit a87ea694a9
7 changed files with 74 additions and 40 deletions

View File

@ -28,7 +28,7 @@ public:
~InfinityBaseWindow() override;
protected:
std::array<QLineEdit*, 7> m_edit_figures;
std::array<QLineEdit*, 9> m_edit_figures;
private:
void CreateMainWindow();