style: formatting

This commit is contained in:
PandaDEV 2024-11-22 00:16:01 +10:00
parent 3ae0313975
commit 7e6b2f8b63
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C

View file

@ -35,11 +35,7 @@ fn main() {
let main_window = if let Some(window) = app.get_webview_window("main") { let main_window = if let Some(window) = app.get_webview_window("main") {
window window
} else { } else {
WebviewWindow::builder( WebviewWindow::builder(app.handle(), "main", WebviewUrl::App("index.html".into()))
app.handle(),
"main",
WebviewUrl::App("index.html".into())
)
.title("Qopy") .title("Qopy")
.resizable(false) .resizable(false)
.fullscreen(false) .fullscreen(false)