mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	chore(call_to_action): disable background effects for now
This commit is contained in:
		
							parent
							
								
									0b0be77e02
								
							
						
					
					
						commit
						3b6791f51a
					
				@ -65,7 +65,7 @@ const CALL_TO_ACTIONS: CallToAction[] = [
 | 
			
		||||
        id: "background_effects",
 | 
			
		||||
        title: t("call_to_action.background_effects_title"),
 | 
			
		||||
        message: t("call_to_action.background_effects_message"),
 | 
			
		||||
        enabled: () => utils.isElectron() && window.glob.platform === "win32" && isNextTheme() && !options.is("backgroundEffects"),
 | 
			
		||||
        enabled: () => false,
 | 
			
		||||
        buttons: [
 | 
			
		||||
            {
 | 
			
		||||
                text: t("call_to_action.background_effects_button"),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user