diff --git a/src/main/kotlin/MainScreen.kt b/src/main/kotlin/MainScreen.kt index adea131..65f9432 100644 --- a/src/main/kotlin/MainScreen.kt +++ b/src/main/kotlin/MainScreen.kt @@ -50,10 +50,10 @@ object MainScreen : JFrame("RS09 Thanos Tool") { if(response == JFileChooser.APPROVE_OPTION){ Logger.logInfo("Selected directory: ${dirChooser.selectedFile.absolutePath}") EditorConstants.CONFIG_PATH = dirChooser.selectedFile.absolutePath + showLoaded() if(loadedModel.rowCount > 0) { selectDir.isEnabled = false } - showLoaded() } }