Add injected Menu Items

This commit is contained in:
Raven Scott
2024-10-02 05:53:47 -04:00
parent 74ab9c9da6
commit 2cc64150d0
2 changed files with 7 additions and 0 deletions

View File

@ -216,6 +216,12 @@ function openTop() {
openWindow('https://ai-top.x64.world/', 'liveLogGtopWindow', 800, 600);
}
function openNetdata() {
openWindow('https://ai-monitor.x64.world/', 'netDataWindow', 800, 650);
}
function openAbout() {
openWindow('https://raven-scott.fyi/about-rayai', 'aboutRAIWindow', 800, 650);
}