1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04: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
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;
}