From 26a721516ab9123ca65c11360297cebfaf66d614 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sun, 24 Mar 2024 21:52:37 +0800 Subject: [PATCH] enable Aero on supported themes First, please get 7.css by yourself! --- gui/scripts/windowman.JS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/scripts/windowman.JS b/gui/scripts/windowman.JS index 9fc01df..a4925e5 100644 --- a/gui/scripts/windowman.JS +++ b/gui/scripts/windowman.JS @@ -143,7 +143,7 @@ export default class windowman { function frame() { $(element_target).append(`
`); - $(`#${element_data.ID}`).addClass(`window active`); + $(`#${element_data.ID}`).addClass(`window glass active`); } function titlebar() {