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:
parent
c00c55ac87
commit
4cd39d0431
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue