mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-02-28 09:00:42 +01:00
Merge branch 'develop' into feature-taskbar-alt
This commit is contained in:
@@ -377,7 +377,7 @@ SysTrayX.RestoreOptions = {
|
||||
// Restore poll startup delay state callbacks
|
||||
//
|
||||
setPollStartupDelay: function (result) {
|
||||
const pollStartupDelay = result.pollStartupDelay || 5;
|
||||
const pollStartupDelay = result.pollStartupDelay || 60;
|
||||
|
||||
const input = document.querySelector(`input[name="pollStartupDelay"]`);
|
||||
input.value = pollStartupDelay;
|
||||
@@ -391,7 +391,7 @@ SysTrayX.RestoreOptions = {
|
||||
// Restore poll interval state callbacks
|
||||
//
|
||||
setPollInterval: function (result) {
|
||||
const pollInterval = result.pollInterval || 5;
|
||||
const pollInterval = result.pollInterval || 60;
|
||||
|
||||
const input = document.querySelector(`input[name="pollInterval"]`);
|
||||
input.value = pollInterval;
|
||||
|
||||
Reference in New Issue
Block a user