TypingTweaks: Fix filter
This commit is contained in:
		
							parent
							
								
									8dd70f5d1a
								
							
						
					
					
						commit
						a8d017811d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -24,7 +24,7 @@ import { findByCodeLazy } from "@webpack";
 | 
				
			||||||
import { GuildMemberStore, React, RelationshipStore, SelectedChannelStore } from "@webpack/common";
 | 
					import { GuildMemberStore, React, RelationshipStore, SelectedChannelStore } from "@webpack/common";
 | 
				
			||||||
import { User } from "discord-types/general";
 | 
					import { User } from "discord-types/general";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const Avatar = findByCodeLazy('"top",spacing:');
 | 
					const Avatar = findByCodeLazy(".typingIndicatorRef", "svg");
 | 
				
			||||||
const openProfile = findByCodeLazy("friendToken", "USER_PROFILE_MODAL_OPEN");
 | 
					const openProfile = findByCodeLazy("friendToken", "USER_PROFILE_MODAL_OPEN");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const settings = definePluginSettings({
 | 
					const settings = definePluginSettings({
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue