mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-11 05:48:01 -05:00
Refactor BindingDialog
This commit is contained in:
parent
76bb88042a
commit
d60203c873
@ -102,7 +102,7 @@ class BindingDialog extends JDialog {
|
||||
root.add(newButton("Use Bindings", ResourceManager.getIcon("dialog.continue"), evt -> finish(true)), "tag apply");
|
||||
root.add(newButton("Cancel", ResourceManager.getIcon("dialog.cancel"), evt -> finish(false)), "tag cancel");
|
||||
} else {
|
||||
root.add(newButton("OK", e -> finish(false)), "tag apply");
|
||||
root.add(newButton("OK", e -> finish(false)), "tag ok");
|
||||
}
|
||||
|
||||
// update preview on change
|
||||
|
Loading…
Reference in New Issue
Block a user