added initial sources
This commit is contained in:
@@ -18,7 +18,9 @@ async function InitializeLocalStorage() {
|
||||
if (!localStorage.getItem('config')) {
|
||||
localStorage.setItem('config', JSON.stringify({
|
||||
servers: [{
|
||||
"https://getfigleaf.com": {}
|
||||
"https://getfigleaf.com": {},
|
||||
"https://hottubapp.io": {},
|
||||
"https://hottub.spacemoehre.de": {},
|
||||
}]
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user