mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-01-16 20:28:15 +01:00
App does not open set to most recently used language.
This commit is contained in:
parent
b0214bca05
commit
321a4bfba1
@ -570,7 +570,7 @@ public final class MainWindow implements Runnable, RipStatusHandler {
|
||||
configLogLevelCombobox = new JComboBox<>(
|
||||
new String[] { "Log level: Error", "Log level: Warn", "Log level: Info", "Log level: Debug" });
|
||||
configSelectLangComboBox = new JComboBox<>(Utils.getSupportedLanguages());
|
||||
configSelectLangComboBox.setSelectedItem(Utils.getSelectedLanguage());
|
||||
configSelectLangComboBox.setSelectedItem(Utils.getConfigString("lang", Utils.getSelectedLanguage()));
|
||||
configLogLevelCombobox.setSelectedItem(Utils.getConfigString("log.level", "Log level: Debug"));
|
||||
setLogLevel(configLogLevelCombobox.getSelectedItem().toString());
|
||||
configSaveDirLabel = new JLabel();
|
||||
|
Loading…
x
Reference in New Issue
Block a user