mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
style: minimize diffs.
This commit is contained in:
parent
65bf960c96
commit
5567b3c417
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ export default {
|
|||
darkModePreference.addEventListener("change", () => {
|
||||
this.setTheme();
|
||||
});
|
||||
|
||||
if ("indexedDB" in window) {
|
||||
const request = indexedDB.open("piped-db", 3);
|
||||
request.onupgradeneeded = ev => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue