From 0999b6b846e16ed043834459f8258710d5aea36b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 2 Jun 2015 22:35:48 +0200 Subject: ui: run process detector every second, not three --- facetracknoir/ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'facetracknoir/ui.cpp') diff --git a/facetracknoir/ui.cpp b/facetracknoir/ui.cpp index 2338a4b2..2df7b99c 100644 --- a/facetracknoir/ui.cpp +++ b/facetracknoir/ui.cpp @@ -81,7 +81,7 @@ MainWindow::MainWindow() : kbd_quit.setEnabled(true); connect(&det_timer, SIGNAL(timeout()), this, SLOT(maybe_start_profile_from_executable())); - det_timer.start(3000); + det_timer.start(1000); ensure_tray(); } -- cgit v1.2.3