Skip to content
This repository was archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Disable donate nag
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix09 committed Sep 5, 2017
1 parent 1b2e888 commit ac3ea71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/net/filebot/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
import net.filebot.ui.NotificationHandler;
import net.filebot.ui.PanelBuilder;
import net.filebot.ui.SinglePanelFrame;
import net.filebot.ui.SupportDialog;
import net.filebot.ui.transfer.FileTransferable;
import net.filebot.util.PreferencesMap.PreferencesEntry;
import net.filebot.util.ui.SwingEventBus;
Expand Down Expand Up @@ -191,7 +190,6 @@ private static void startUserInterface(ArgumentBean args) {

// make sure any long running operations are done now and not later on the shutdown hook thread
HistorySpooler.getInstance().commit();
SupportDialog.maybeShow();

System.exit(0);
}));
Expand Down

0 comments on commit ac3ea71

Please sign in to comment.