1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 04:07:46 +00:00

Fix up formatting on game license combo box

This commit is contained in:
Joshua Goins 2022-04-09 17:54:51 -04:00
parent a2bb741c72
commit 17b5130eb7

View file

@ -180,8 +180,8 @@ SettingsWindow::SettingsWindow(int defaultTab, LauncherWindow& window, LauncherC
loginBoxLayout->addRow("Server Lobby", serverType); loginBoxLayout->addRow("Server Lobby", serverType);
gameLicenseBox = new QComboBox(); gameLicenseBox = new QComboBox();
gameLicenseBox->insertItem(0, "Windows Standalone"); gameLicenseBox->insertItem(0, "Windows (Standalone)");
gameLicenseBox->insertItem(1, "Windows Steam"); gameLicenseBox->insertItem(1, "Windows (Steam)");
gameLicenseBox->insertItem(2, "macOS"); gameLicenseBox->insertItem(2, "macOS");
connect(gameLicenseBox, connect(gameLicenseBox,