Skip to content
Snippets Groups Projects
Commit 5e3f117e authored by Christian Dresen's avatar Christian Dresen
Browse files

Logout-Timer auf 60 Sekunden gesetzt. /close #28

parent 31f8ce34
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,7 @@ public class MainManager {
}
};
this.timer.schedule(t, 30000);
this.timer.schedule(t, 60000);
}
public void resetScreenSaverTimer() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment