UIDefaultsDump: used FlatAllIJThemes instead of IJThemesManager to get list of IJ themes

This commit is contained in:
Karl Tauber
2020-04-23 14:02:25 +02:00
parent 8e471fd720
commit 2ab023beb0
3 changed files with 12 additions and 18 deletions

View File

@@ -23,6 +23,7 @@ dependencies {
implementation( project( ":flatlaf-extras" ) )
implementation( project( ":flatlaf-swingx" ) )
implementation( project( ":flatlaf-jide-oss" ) )
implementation( project( ":flatlaf-intellij-themes" ) )
implementation( project( ":flatlaf-demo" ) )
implementation( "com.miglayout:miglayout-swing:5.2" )