IntelliJ Themes: added getName() method to all InttelliJ Laf classes so that they return same name as defined in class FlatAllIJThemes (issue #201)

This commit is contained in:
Karl Tauber
2020-11-06 19:13:11 +01:00
parent fd0c2a5cd1
commit 605c77ecbc
61 changed files with 602 additions and 6 deletions

View File

@@ -583,7 +583,7 @@ public class IntelliJTheme
@Override
public String getDescription() {
return theme.name;
return getName();
}
@Override