1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 19:57:45 +00:00

Discern from "FFXIV for Mac" and "XIV on Mac", which are very similar

I never noticed until now, but their names are virtually identical, so
now the official one is marked properly.
This commit is contained in:
Joshua Goins 2022-06-09 09:47:50 -04:00
parent c00c55ac87
commit 4cd39d0431

View file

@ -455,7 +455,7 @@ void SettingsWindow::setupWineTab(QFormLayout& layout) {
wineTypeCombo = new QComboBox();
#if defined(Q_OS_MAC)
wineTypeCombo->insertItem(2, "FFXIV for Mac");
wineTypeCombo->insertItem(2, "FFXIV for Mac (Official)");
wineTypeCombo->insertItem(3, "XIV on Mac");
#endif