Try to read config file after selecting DLL file.

This commit is contained in:
Jeddunk 2019-11-20 15:38:44 +01:00
parent 791b066b59
commit c65ed928b3

View File

@ -226,6 +226,7 @@ public class Controller {
config.setConfig(file.getParent() + "\\cream_api.ini"); config.setConfig(file.getParent() + "\\cream_api.ini");
path_textfield.setText(file.getParent()); path_textfield.setText(file.getParent());
steamApiPathString = file.getAbsolutePath(); steamApiPathString = file.getAbsolutePath();
reset();
} catch (ConfigurationException | IOException e) { } catch (ConfigurationException | IOException e) {
e.printStackTrace(); e.printStackTrace();
} }