More fixes

This commit is contained in:
Georgy Litvinov 2020-08-12 17:32:31 +02:00
parent d5985162a8
commit 469e084f2a

View file

@ -645,7 +645,9 @@ public class ConfigurationWindow extends JFrame {
File metaFile = new File(metadataPath);
if (metaFile.exists() && metaFile.canRead()){
tf_MetadataFile.setText(metadataPath);
}
} else {
tf_MetadataFile.setText("");
}
}
}
}