Merge pull request #3157 from PrismLauncher/backport-3135-to-release-9.x

[Backport release-9.x] Make FTB Import note italic to match others
This commit is contained in:
Alexandru Ionut Tripon 2024-12-02 16:25:06 +02:00 committed by GitHub
commit 189878e7e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,11 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="text">
<string>Note: If your FTB instances are not in the default location, select it using the button next to search.</string>
</property>