Skip to content

Commit a0066ed

Browse files
committed
feat: tooltip for unsupported checkbox
just a little tooltip to let users know that unsupported versions could be severely out of date :p
1 parent 254b453 commit a0066ed

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/kotlin/io/github/gaming32/additiveinstaller/main.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ fun main() {
9797
}
9898
setupMinecraftVersions()
9999

100+
includeUnsupportedMinecraft.toolTipText = I18N.getString("include.unsupported.minecraft.tooltip")
100101
includeUnsupportedMinecraft.addActionListener { setupMinecraftVersions() }
101102

102103
val includeFeatures = JCheckBox(I18N.getString("include.non.performance.features")).apply {

src/main/resources/i18n/lang.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ modrinth.access.failed=Failed to access Modrinth. Please check your internet con
22
done=Done!
33
select.installation.folder=Select installation folder
44
include.unsupported.minecraft=Include unsupported Minecraft versions/loaders
5+
include.unsupported.minecraft.tooltip=Unsupported Minecraft versions may not have the latest optimizations, missing features, and could be very out of date. We typically do not offer help for unsupported versions.
56
include.non.performance.features=Include non-performance features
67
browse=Browse...
78
install=Install!

0 commit comments

Comments
 (0)