mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
Improve Dalamud version text
This commit is contained in:
parent
c86fddc035
commit
fcf2821406
1 changed files with 2 additions and 2 deletions
|
@ -466,11 +466,11 @@ QString Profile::dalamudVersionText() const
|
|||
if (dalamudVersion.isEmpty()) {
|
||||
text += "Dalamud is not installed.";
|
||||
} else {
|
||||
text += dalamudVersion;
|
||||
text += QStringLiteral("Dalamud (%1)").arg(dalamudVersion);
|
||||
}
|
||||
|
||||
if (dalamudAssetVersion != -1) {
|
||||
text += "\n" + QString::number(dalamudAssetVersion);
|
||||
text += QStringLiteral("\nAssets (%1)").arg(QString::number(dalamudAssetVersion));
|
||||
}
|
||||
|
||||
return text;
|
||||
|
|
Loading…
Add table
Reference in a new issue