mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 22:47:13 -06:00
UI defaults: removed FlatDarkLaf InputMap dumps because they are equal to the Light versions
This commit is contained in:
@@ -94,6 +94,9 @@ public class UIDefaultsDump
|
||||
LookAndFeel lookAndFeel = UIManager.getLookAndFeel();
|
||||
|
||||
dump( dir, "", lookAndFeel, key -> !key.contains( "InputMap" ) );
|
||||
if( lookAndFeel instanceof FlatDarkLaf )
|
||||
return;
|
||||
|
||||
dump( dir, "_InputMap", lookAndFeel, key -> key.contains( "InputMap" ) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user