mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
UIDefaultsDump: removed Java 8 patch version from dump file names
This commit is contained in:
@@ -199,6 +199,8 @@ public class UIDefaultsDump
|
||||
? "-linux"
|
||||
: "");
|
||||
String javaVersion = System.getProperty( "java.version" );
|
||||
if( javaVersion.startsWith( "1.8.0_" ) && lookAndFeel instanceof FlatLaf )
|
||||
javaVersion = "1.8.0";
|
||||
File file = new File( dir, name + nameSuffix + "_"
|
||||
+ javaVersion + osSuffix + ".txt" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user