forked from External/mage
GUI: deck legality and themes improves:
* Improved formats list in deck legality panel (#6854); * Added hide button to deck legality panel (#6854); * Fixed themes names and added theme info in startup logs;
This commit is contained in:
parent
c9c1bc2b90
commit
309b3f5636
7 changed files with 46 additions and 17 deletions
|
|
@ -319,7 +319,8 @@ public class PreferencesDialog extends javax.swing.JDialog {
|
|||
|
||||
public static ThemeType getCurrentTheme() {
|
||||
if (currentTheme == null) {
|
||||
currentTheme = ThemeType.valueByName(getCachedValue(KEY_THEME, "Default Theme"));
|
||||
currentTheme = ThemeType.valueByName(getCachedValue(KEY_THEME, "Default"));
|
||||
logger.info("Using GUI theme: " + currentTheme.getName());
|
||||
}
|
||||
|
||||
return currentTheme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue