Reduce demo dialog interval

1.1.19-spinoff
tobspr 4 years ago
parent cde4c6e6c4
commit 2f0b77b3cc

@ -3,7 +3,7 @@ import { T } from "../../../translations";
import { THIRDPARTY_URLS } from "../../../core/config";
// How often to show the dialog
const DIALOG_INTERVAL = 15;
const DIALOG_INTERVAL = 30;
// When to start showing the dialogs
const DIALOG_START_INTERVAL = 15;

Loading…
Cancel
Save