mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
style: formatting
This commit is contained in:
parent
3ae0313975
commit
7e6b2f8b63
1 changed files with 12 additions and 16 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue