mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 14:43:03 -04:00
This commit is contained in:
parent
98d9075639
commit
dc24a32d6a
4 changed files with 4 additions and 4 deletions
|
@ -236,7 +236,7 @@ export function migratePluginSettings(name: string, ...oldNames: string[]) {
|
|||
}
|
||||
}
|
||||
|
||||
export function migratePluginSetting(pluginName: string, oldSetting: string, newSetting: string) {
|
||||
export function migratePluginSetting(pluginName: string, newSetting: string, oldSetting: string) {
|
||||
const settings = SettingsStore.plain.plugins[pluginName];
|
||||
if (!settings) return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue