From ac3ea71d3c859c0ab6b1a14fd9b1d57edc010ff0 Mon Sep 17 00:00:00 2001 From: Phoenix09 Date: Fri, 11 Aug 2017 04:43:14 +0100 Subject: [PATCH] Disable donate nag --- source/net/filebot/Main.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/net/filebot/Main.java b/source/net/filebot/Main.java index d79e1fab7..b95c3d873 100644 --- a/source/net/filebot/Main.java +++ b/source/net/filebot/Main.java @@ -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; @@ -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); }));