From 1c66200aa3ebafe95d1b29cdcf19739056c9ff65 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sat, 4 Feb 2017 01:41:13 +0800 Subject: [PATCH] // don't ask again for this version regardless of user choice --- source/net/filebot/ui/SupportDialog.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/net/filebot/ui/SupportDialog.java b/source/net/filebot/ui/SupportDialog.java index 539243ad..d21c7262 100644 --- a/source/net/filebot/ui/SupportDialog.java +++ b/source/net/filebot/ui/SupportDialog.java @@ -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);