mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-07 17:25:31 +02:00
WIP startup
This commit is contained in:
@@ -76,8 +76,9 @@ SysTrayX.Messaging = {
|
||||
*/
|
||||
|
||||
|
||||
// Let us wait until TB is ready, needed for TB91 and higher?
|
||||
/* const startupDelay = await storage()
|
||||
// Let us wait until TB is ready, needed for TB91 (no accounts found, cannot create filters) and higher?
|
||||
/*
|
||||
const startupDelay = await storage()
|
||||
.get("startupDelay")
|
||||
.then((result) => result.startupDelay || "5");
|
||||
const delay = (ms) => new Promise((res) => setTimeout(res, ms));
|
||||
|
||||
Reference in New Issue
Block a user