mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 07:25:10 +00:00
fix ts errors
This commit is contained in:
parent
7c90dac838
commit
2731d29ceb
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ window.VencordNative = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
set: async (s: Settings) => localStorage.setItem("VencordSettings", JSON.stringify(s)),
|
set: async (s: Settings) => localStorage.setItem("VencordSettings", JSON.stringify(s)),
|
||||||
getSettingsDir: async () => "LocalStorage"
|
getSettingsDir: async () => "LocalStorage",
|
||||||
|
setBackgroundMaterial: async (bm: Settings["winBackgroundMaterial"]) => localStorage.setItem("winBackgroundMaterial", bm ?? "none")
|
||||||
},
|
},
|
||||||
|
|
||||||
pluginHelpers: {} as any,
|
pluginHelpers: {} as any,
|
||||||
|
|
Loading…
Add table
Reference in a new issue