mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 13:59:49 -04:00
// don't ask again for this version regardless of user choice
This commit is contained in:
parent
d6567cf119
commit
1c66200aa3
@ -109,10 +109,10 @@ public enum SupportDialog {
|
||||
// open URI of OK
|
||||
if (pane.getValue() == actions[0]) {
|
||||
openURI(getURI());
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
// don't ask again for this version regardless of user choice
|
||||
return true;
|
||||
}
|
||||
|
||||
abstract String getMessage(int totalRenameCount);
|
||||
|
Loading…
x
Reference in New Issue
Block a user