enable Aero on supported themes
First, please get 7.css by yourself!
This commit is contained in:
parent
1a3cabbf25
commit
26a721516a
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ export default class windowman {
|
||||||
|
|
||||||
function frame() {
|
function frame() {
|
||||||
$(element_target).append(`<section id="${element_data.ID}"></section>`);
|
$(element_target).append(`<section id="${element_data.ID}"></section>`);
|
||||||
$(`#${element_data.ID}`).addClass(`window active`);
|
$(`#${element_data.ID}`).addClass(`window glass active`);
|
||||||
}
|
}
|
||||||
|
|
||||||
function titlebar() {
|
function titlebar() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue