accounts: make ombi/jellyseerr appliction optional on "modify settings"

Checkboxes added when applying from a profile.
This commit is contained in:
Harvey Tindall
2024-07-30 21:36:06 +01:00
parent 785395dd20
commit 2a6937228c
6 changed files with 61 additions and 24 deletions
+1
View File
@@ -187,6 +187,7 @@ login.onLogin = () => {
console.log("Logged in.");
window.updater = new Updater();
// FIXME: Decide whether to autoload activity or not
window.invites.reload()
setInterval(() => { window.invites.reload(); accounts.reload(); }, 30*1000);
const currentTab = window.tabs.current;
switch (currentTab) {