// 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
1 changed files with 2 additions and 2 deletions

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