mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-04 08:20:58 +00:00 
			
		
		
		
	Merge pull request #1080 from afknst/main
Fix: Cannot access qBittorrent from quick launch
This commit is contained in:
		
						commit
						31470a4459
					
				@ -19,7 +19,7 @@ export default function QuickLaunch({servicesAndBookmarks, searchString, setSear
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  function openCurrentItem(newWindow) {
 | 
					  function openCurrentItem(newWindow) {
 | 
				
			||||||
    const result = results[currentItemIndex];
 | 
					    const result = results[currentItemIndex];
 | 
				
			||||||
    window.open(result.href, newWindow ? "_blank" : result.target ?? settings.target ?? "_blank");
 | 
					    window.open(result.href, newWindow ? "_blank" : result.target ?? settings.target ?? "_blank", 'noreferrer');
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  const closeAndReset = useCallback(() => {
 | 
					  const closeAndReset = useCallback(() => {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user