feat: add some hidden apps, logging and settings menu
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user