File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24307,11 +24307,11 @@ Current version indicated by LITEVER below.
2430724307		{
2430824308			return imageFromIndexDB;
2430924309		}
24310- 		if (name === localsettings.chatname && !!aestheticInstructUISettings?.you_portrait)
24310+ 		if (name === localsettings.chatname && !!aestheticInstructUISettings?.you_portrait && aestheticInstructUISettings.you_portrait !== "default" )
2431124311		{
2431224312			return `url(${aestheticInstructUISettings.you_portrait})`
2431324313		}
24314- 		if (localsettings?.chatopponent?.split("||$||").includes(name) && !!aestheticInstructUISettings?.AI_portrait)
24314+ 		if (localsettings?.chatopponent?.split("||$||").includes(name) && !!aestheticInstructUISettings?.AI_portrait && aestheticInstructUISettings.AI_portrait !== "default" )
2431524315		{
2431624316			return `url(${aestheticInstructUISettings.AI_portrait})`
2431724317		}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments