feat: add some hidden apps, logging and settings menu

This commit is contained in:
usernames122
2025-08-11 04:09:20 +02:00
parent 923e4220ff
commit 3250161b72
4 changed files with 226 additions and 5 deletions

View File

@@ -86,6 +86,7 @@ function createWindow(url, settings) {
const windowDiv = document.createElement('div');
windowDiv.classList.add('window');
if (headerless) windowDiv.classList.add('window-noborder');
if (shouldIndent) windowDiv.style.top = '50px';
if (shouldIndent) windowDiv.style.left = '50px';
windowDiv.style.zIndex = zIndexCounter++;