···88import ConfigPage from "./config";
99import AboutPage from "./about";
1010import Update from "./update";
1111-import { MoonbaseSettingsStore } from "@moonlight-mod/wp/moonbase_stores";
1211import RestartAdviceMessage from "./RestartAdvice";
13121413const { Divider } = spacepack.findByCode(".forumOrHome]:")[0].exports.Z;
···5251 () => () => {
5352 // Normally there's an onSettingsClose prop you can set but we don't expose it and I don't care enough to add support for it right now
5453 clearSubsection("moonbase");
5555- MoonbaseSettingsStore.showOnlyUpdateable = false;
5654 },
5755 []
5856 );