mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
add first run report
This commit is contained in:
parent
d2aa614736
commit
4842e4478f
@ -17,6 +17,7 @@ import net.azib.ipscan.gui.actions.StartStopScanningAction;
|
||||
import net.azib.ipscan.gui.actions.ToolsActions;
|
||||
import net.azib.ipscan.gui.feeders.FeederGUIRegistry;
|
||||
import net.azib.ipscan.gui.menu.ResultsContextMenu;
|
||||
import net.azib.ipscan.util.GoogleAnalytics;
|
||||
import org.eclipse.swt.SWT;
|
||||
import org.eclipse.swt.events.SelectionAdapter;
|
||||
import org.eclipse.swt.events.SelectionEvent;
|
||||
@ -82,6 +83,7 @@ public class MainWindow {
|
||||
}
|
||||
|
||||
if (guiConfig.isFirstRun) {
|
||||
new GoogleAnalytics().report("First run");
|
||||
Display.getCurrent().asyncExec(new Runnable() {
|
||||
public void run() {
|
||||
GettingStartedDialog dialog = new GettingStartedDialog();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user