From beea71080adc06eab3275abace2afc0b5230f985 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 1 May 2021 11:08:57 +0200 Subject: [PATCH] Update BDFDB.data.json --- Library/_res/BDFDB.data.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index 0c4a4f20e4..17995ac3d6 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -940,6 +940,7 @@ "NotFound": { "_": "", "badgeWrapper": "wrapper-232cHJ", + "appOuter": "app-1q1i1E", "channelPanelTitle": "title-eS5yk3", "emoji": "emoji", "highlight": "highlight", @@ -1024,7 +1025,7 @@ "AppInner": {"props": ["app", "layers"]}, "AppMount": {"props": ["appMount"]}, "ApplicationStore": {"props": ["applicationStore", "navigation"]}, - "AppOuter": {"props": ["app"], "length": 1}, + "AppOuter": {"props": ["app", "mobileApp"]}, "Attachment": {"props": ["wrapper", "video", "metadataDownload"]}, "AuditLog": {"props": ["auditLog"]}, "AuditLogPopout": {"props": ["guildSettingsAuditLogsUserFilterPopout"]}, @@ -1462,7 +1463,7 @@ "animationcontainerrender": ["AnimationContainer", "didRender"], "animationcontainerscale": ["AnimationContainer", "scale"], "animationcontainertranslate": ["AnimationContainer", "translate"], - "app": ["AppOuter", "app"], + "app": ["NotFound", "appOuter"], "appcontainer": ["AppBase", "container"], "appinner": ["AppInner", "app"], "appmount": ["AppMount", "appMount"],