mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +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() {
|
ConfigVisualPanel1() {
|
||||||
initComponents();
|
initComponents();
|
||||||
configFileTextField.getDocument().addDocumentListener(new MyDocumentListener(this));
|
configFileTextField.getDocument().addDocumentListener(new MyDocumentListener(this));
|
||||||
refreshDriveList();
|
|
||||||
SwingUtilities.invokeLater(() -> {
|
SwingUtilities.invokeLater(() -> {
|
||||||
|
refreshDriveList();
|
||||||
updateControls();
|
updateControls();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user