Skip to content

Commit 131b054

Browse files
committed
screenShield.js: Restore original float time.
Was changed inadvertantly in 5dbfa5c.
1 parent 48dc291 commit 131b054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/ui/screensaver/screenShield.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const POWER_SCHEMA = 'org.cinnamon.settings-daemon.plugins.power';
2222
const FADE_TIME = 200;
2323
const MOTION_THRESHOLD = 100;
2424

25-
const FLOAT_TIMER_INTERVAL = 5;
25+
const FLOAT_TIMER_INTERVAL = 30;
2626
const DEBUG_FLOAT = false; // Set to true for 5-second intervals during development
2727

2828
const MAX_SCREENSAVER_WIDGETS = 3;

0 commit comments

Comments
 (0)