enable Aero on supported themes

First, please get 7.css by yourself!
This commit is contained in:
buzz-lightsnack-2007 2024-03-24 21:52:37 +08:00
parent 1a3cabbf25
commit 26a721516a

View file

@ -143,7 +143,7 @@ export default class windowman {
function frame() {
$(element_target).append(`<section id="${element_data.ID}"></section>`);
$(`#${element_data.ID}`).addClass(`window active`);
$(`#${element_data.ID}`).addClass(`window glass active`);
}
function titlebar() {