1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-11 20: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 e70aeb3b6a
commit 6ade196e64

View file

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