Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
thororen 2024-08-25 00:30:13 -04:00
commit f3ec0d86eb
13 changed files with 111 additions and 59 deletions

View file

@ -309,6 +309,8 @@ export interface DefinedSettings<
> {
/** Shorthand for `Vencord.Settings.plugins.PluginName`, but with typings */
store: SettingsStore<Def> & PrivateSettings;
/** Shorthand for `Vencord.PlainSettings.plugins.PluginName`, but with typings */
plain: SettingsStore<Def> & PrivateSettings;
/**
* React hook for getting the settings for this plugin
* @param filter optional filter to avoid rerenders for irrelevent settings