im the dumbest dumdum
This commit is contained in:
parent
251ee32e01
commit
546c5105b2
|
@ -133,6 +133,7 @@ export default definePlugin({
|
|||
Layer(props: LayerProps) {
|
||||
if (!FocusLock || !ComponentDispatch) {
|
||||
new Logger("BetterSettings").error("Failed to find some components");
|
||||
return props.children;
|
||||
}
|
||||
|
||||
return <Layer {...props} />;
|
||||
|
|
Loading…
Reference in a new issue