| 
					
				 | 
			
			
				@@ -28,6 +28,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 extern void DestroyPanelCookieManager(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 extern void DuplicateCurrentCookieProfile(ConfigFile &config); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 extern void CheckExistingCookieId(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+extern void DeleteCookies(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 void EnumProfiles(std::function<bool (const char *, const char *)> &&cb) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -461,6 +462,7 @@ void OBSBasic::on_actionRemoveProfile_triggered() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	Auth::Save(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	auth.reset(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	DeleteCookies(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	DestroyPanelCookieManager(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	config.Swap(basicConfig); 
			 |