mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-12 00:06:06 +01:00
Make startup delay an option
This commit is contained in:
@@ -476,7 +476,6 @@ async function getFilters() {
|
||||
const filters = result.filters || undefined;
|
||||
|
||||
if (filters !== undefined) {
|
||||
console.debug("Stored filters length: " + JSON.stringify(filters).length);
|
||||
console.debug("Stored filters: " + JSON.stringify(filters));
|
||||
} else {
|
||||
console.debug("Stored filters: undefined");
|
||||
|
||||
Reference in New Issue
Block a user