mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Update ConfigVisualPanel1.java
This commit is contained in:
parent
441fc607e5
commit
ae90dbd264
@ -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