mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Merge pull request #5310 from jkho/5620-config-panel,-Next-button-isn't-enabled-when-first-opening-dialog
5620 config panel, next button isn't enabled when first opening dialog
This commit is contained in:
commit
882e10c60b
@ -70,8 +70,8 @@ final class ConfigVisualPanel1 extends JPanel {
|
||||
ConfigVisualPanel1() {
|
||||
initComponents();
|
||||
configFileTextField.getDocument().addDocumentListener(new MyDocumentListener(this));
|
||||
refreshDriveList();
|
||||
SwingUtilities.invokeLater(() -> {
|
||||
refreshDriveList();
|
||||
updateControls();
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user