From e5778ee3cb7a1659883a3bab99248fc2852cc1c4 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sat, 11 Mar 2017 03:39:08 +0800 Subject: [PATCH] Make sure not to annoy users have purchased FileBot --- source/net/filebot/ui/SupportDialog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/net/filebot/ui/SupportDialog.java b/source/net/filebot/ui/SupportDialog.java index ab787e7f..bfb7b997 100644 --- a/source/net/filebot/ui/SupportDialog.java +++ b/source/net/filebot/ui/SupportDialog.java @@ -49,7 +49,7 @@ public enum SupportDialog { @Override public boolean feelingLucky(int sessionRenameCount, int totalRenameCount, int currentRevision, int lastSupportRevision, int supportRevisionCount) { // annoy users that chose not to purchase FileBot - if (this == Donation && sessionRenameCount > 0 && "Windows 10".equals(System.getProperty("os.name"))) { + if (sessionRenameCount > 0 && "Windows 10".equals(System.getProperty("os.name"))) { return true; }