Try to read config file after selecting DLL file.
This commit is contained in:
parent
791b066b59
commit
c65ed928b3
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user