Skip to content

Commit 7232e8b

Browse files
fix: debug windows frame
1 parent e6deb52 commit 7232e8b

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

resources/dist.rc

2.13 MB
Binary file not shown.

src/celemod-ui/debug_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en" window-frame="solid">
33

44
<head>
55
<meta charset="UTF-8">

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ fn main() {
13031303

13041304
#[cfg(target_os = "windows")]
13051305
{
1306-
builder = builder.glassy().alpha().closeable();
1306+
builder = builder.glassy().closeable();
13071307
}
13081308

13091309
let mut frame = builder.create();

0 commit comments

Comments
 (0)