-
-
-
{app.name}
-
-
-
+
+
+
+
{app.name}
+
+
+
+
+
+
+
-
-
-
-
+
);
}
\ No newline at end of file
diff --git a/src/modules/windows/windows.js b/src/modules/windows/windows.js
index 0aca270..6655789 100644
--- a/src/modules/windows/windows.js
+++ b/src/modules/windows/windows.js
@@ -51,7 +51,6 @@ export default class WindowsManager {
let active = false;
Object.values(this.windows).forEach((window) => {
- console.log(window.app.id, appId);
if (window.app.id === appId) {
active = true;
return;