1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-17 14:47:45 +00:00

Note in the Dalamud version text if Astra will download it

The same text change we did for Wine in the previous commit.
This commit is contained in:
Joshua Goins 2025-05-05 15:54:59 -04:00
parent 56f857e863
commit 69ca45b74c

View file

@ -230,7 +230,7 @@ QString Profile::dalamudVersionText() const
{ {
QString text; QString text;
if (m_dalamudVersion.isEmpty()) { if (m_dalamudVersion.isEmpty()) {
text += i18n("Dalamud is not installed."); text += i18n("Dalamud will be installed when you launch the game.");
} else { } else {
text += QStringLiteral("Dalamud (%1)").arg(m_dalamudVersion); text += QStringLiteral("Dalamud (%1)").arg(m_dalamudVersion);
} }