// 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
|
// open URI of OK
|
||||||
if (pane.getValue() == actions[0]) {
|
if (pane.getValue() == actions[0]) {
|
||||||
openURI(getURI());
|
openURI(getURI());
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
// don't ask again for this version regardless of user choice
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
abstract String getMessage(int totalRenameCount);
|
abstract String getMessage(int totalRenameCount);
|
||||||
|
|
Loading…
Reference in New Issue