mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-05 17:05:04 -05:00
Make sure that the Loading indicator is visible if a Preset is being executed
This commit is contained in:
parent
63ab4abc2f
commit
51d748d4bb
@ -769,7 +769,7 @@ public class RenamePanel extends JComponent {
|
||||
}
|
||||
|
||||
super.actionPerformed(evt);
|
||||
}, () -> namesList.firePropertyChange(LOADING_PROPERTY, true, false));
|
||||
});
|
||||
|
||||
// auto-match in progress
|
||||
namesList.firePropertyChange(LOADING_PROPERTY, false, true);
|
||||
|
Loading…
Reference in New Issue
Block a user