mirror of
https://gitlab.com/2009scape/tools/rs09-thanos-tool.git
synced 2026-08-01 14:39:20 -06:00
Bugfix for disabling config button
This commit is contained in:
parent
2b493a02fd
commit
248d31e8fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue