Fix broken Decor style classes find
This commit is contained in:
		
							parent
							
								
									cdda1224ff
								
							
						
					
					
						commit
						f6f0624e52
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -8,7 +8,7 @@ import { classNameFactory } from "@api/Styles"; | |||
| import { extractAndLoadChunksLazy, findByPropsLazy } from "@webpack"; | ||||
| 
 | ||||
| export const cl = classNameFactory("vc-decor-"); | ||||
| export const DecorationModalStyles = findByPropsLazy("modalFooterShopButton"); | ||||
| export const DecorationModalStyles = findByPropsLazy("modalPreview", "modalCloseButton", "spinner", "modal"); | ||||
| 
 | ||||
| export const requireAvatarDecorationModal = extractAndLoadChunksLazy([".COLLECTIBLES_SHOP_FULLSCREEN&&"]); | ||||
| export const requireCreateStickerModal = extractAndLoadChunksLazy(["stickerInspected]:"]); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue