moonbase.updates: missing dependencies
Cynthia Foxwell 1 month ago 3 files (+5, -2)
@@ -67,7 +67,9 @@ { ext: "notices", id: "notices" },{ext: "spacepack",id: "spacepack"- }+ },+ { id: "discord/Constants" },+ { id: "discord/components/common/index" }],entrypoint: true},
@@ -49,6 +49,7 @@ })}onChange={(value: string) => {setOption(value);}}+ /* @ts-expect-error fix this type later */placeholder="Missing extension"/>);
@@ -7,7 +7,7 @@ import * as Components from "@moonlight-mod/wp/discord/components/common/index";// FIXME: not indexed as importableconst Constants = spacepack.require("discord/Constants");-const UserSettingsSections = spacepack.findObjectFromKey(Constants, "APPEARANCE_THEME_PICKER");+const UserSettingsSections = spacepack.findObjectFromKey(Constants, "DEVELOPER_OPTIONS");const { ThemeDarkIcon } = Components;