mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	
							parent
							
								
									5bc036180f
								
							
						
					
					
						commit
						45b99a476d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -216,11 +216,11 @@ async function toggleBlockItem(item) {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
async function saveMutedWords(mutedWords: (string | string[])[]) {
 | 
					async function saveMutedWords(mutedWords: (string | string[])[]) {
 | 
				
			||||||
	await os.api('i/update', { mutedWords });
 | 
						await os.apiWithDialog('i/update', { mutedWords });
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
async function saveHardMutedWords(hardMutedWords: (string | string[])[]) {
 | 
					async function saveHardMutedWords(hardMutedWords: (string | string[])[]) {
 | 
				
			||||||
	await os.api('i/update', { hardMutedWords });
 | 
						await os.apiWithDialog('i/update', { hardMutedWords });
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const headerActions = computed(() => []);
 | 
					const headerActions = computed(() => []);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue