1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-17 14:55:09 -05:00

Make sure not to annoy users have purchased FileBot

This commit is contained in:
Reinhard Pointner 2017-03-11 03:39:08 +08:00
parent 3ef7cc141e
commit e5778ee3cb

View File

@ -49,7 +49,7 @@ public enum SupportDialog {
@Override @Override
public boolean feelingLucky(int sessionRenameCount, int totalRenameCount, int currentRevision, int lastSupportRevision, int supportRevisionCount) { public boolean feelingLucky(int sessionRenameCount, int totalRenameCount, int currentRevision, int lastSupportRevision, int supportRevisionCount) {
// annoy users that chose not to purchase FileBot // 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; return true;
} }