1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

// don't ask again for this version regardless of user choice

This commit is contained in:
Reinhard Pointner 2017-02-04 01:41:13 +08:00
parent d6567cf119
commit 1c66200aa3

View File

@ -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);