chore: download

This commit is contained in:
lencx
2023-02-11 23:30:06 +08:00
parent 62cf15d952
commit 2d0cac6766
5 changed files with 11 additions and 12 deletions

View File

@@ -150,8 +150,7 @@ pub mod cmd {
.build()
.unwrap();
});
}
if let Some(v) = win {
} else if let Some(v) = win {
if !v.is_visible().unwrap() {
v.show().unwrap();
}