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() {