From 4cd39d0431151191b13fcec67b50e2311ac28189 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 9 Jun 2022 09:47:50 -0400 Subject: [PATCH] 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. --- launcher/desktop/src/settingswindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/desktop/src/settingswindow.cpp b/launcher/desktop/src/settingswindow.cpp index 3708b8d..3831f88 100644 --- a/launcher/desktop/src/settingswindow.cpp +++ b/launcher/desktop/src/settingswindow.cpp @@ -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