mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-19 11:27:02 -04:00
VencordToolbox: don't subscribe to all settings
Also remove one indirection from useSettings
This commit is contained in:
parent
102842d528
commit
1c1d82f9a8
2 changed files with 9 additions and 7 deletions
|
@ -30,7 +30,7 @@ import type { ReactNode } from "react";
|
|||
const HeaderBarIcon = findExportedComponentLazy("Icon", "Divider");
|
||||
|
||||
function VencordPopout(onClose: () => void) {
|
||||
const { useQuickCss } = useSettings();
|
||||
const { useQuickCss } = useSettings(["useQuickCss"]);
|
||||
|
||||
const pluginEntries = [] as ReactNode[];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue