Skip to content

Commit 562481f

Browse files
fix: add mask for windows
1 parent d4a0393 commit 562481f

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

resources/dist.rc

29 Bytes
Binary file not shown.

src/celemod-ui/src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
document.querySelector(".win-ctrl").style.display = "none";
7070
} else {
7171
document.body.parentElement.setAttribute('window-frame', 'solid');
72+
document.body.parentElement.style.background = '#00000066'
7273
}
7374

7475
Window.this.isResizable = true;

0 commit comments

Comments
 (0)