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:
parent
3ef7cc141e
commit
e5778ee3cb
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user