reorganize js callbacks and startup sequence

This commit is contained in:
Vladimir Mandic
2024-04-04 18:26:51 -04:00
parent 77db12765d
commit 9d04255b54
22 changed files with 98 additions and 80 deletions
+1 -3
View File
@@ -113,7 +113,5 @@ async function initContextMenu() {
appendContextMenuOption(id, 'nVidia overlay', initNVML);
}
}
addContextMenuEventListener();
}
onUiLoaded(initContextMenu);
onAfterUiUpdate(() => addContextMenuEventListener());