简化配置

This commit is contained in:
Tw93
2022-10-19 11:16:48 +08:00
parent 4a1cf47215
commit 70e2548355
3 changed files with 4 additions and 5 deletions

View File

@@ -132,7 +132,6 @@ fn main() -> wry::Result<()> {
let event_loop = EventLoop::new();
let window = WindowBuilder::new()
.with_title("WeRead")
.with_resizable(true)
.with_titlebar_transparent(true)
.with_fullsize_content_view(true)