Skip to content

Commit

Permalink
Revert screensaver idle time
Browse files Browse the repository at this point in the history
  • Loading branch information
DynastyKids committed Mar 17, 2024
1 parent ff7d08a commit 46aefda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modernize/layout/inactive.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ style.textContent = `

document.head.appendChild(style)

let inactivityTime = function (setTime = 10) { // Default screen saver started after 120s
let inactivityTime = function (setTime = 60) { // Set default screensaver start idle time
let time2Open, time2Close;
window.onload = resetTimer;
// DOM Events
Expand Down

0 comments on commit 46aefda

Please sign in to comment.