mirror of
				https://github.com/Ximi1970/systray-x.git
				synced 2025-10-31 18:35:49 +01:00 
			
		
		
		
	WIP filters
This commit is contained in:
		| @@ -411,12 +411,15 @@ async function start() { | ||||
|   //  Get all accounts | ||||
|   SysTrayX.Messaging.accounts = await browser.accounts.list(); | ||||
|  | ||||
|   // Get the filters and convert old filters | ||||
|   const converted = await getFilters(); | ||||
|   if( converted ) { | ||||
|     console.log("Filters converted to new format"); | ||||
|   } | ||||
|  | ||||
|   // Get the extended filters | ||||
|   SysTrayX.Messaging.filtersExt = await getFiltersExt(); | ||||
|  | ||||
|   // Get the filters | ||||
|   SysTrayX.Messaging.filters = await getFilters(); | ||||
|  | ||||
|   // Get the count type | ||||
|   SysTrayX.Messaging.countType = await getCountType(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user