Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
std-microblock committed May 2, 2024
1 parent a3f0103 commit 6fbf21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "betterncm_installer"
version = "1.1.2"
version = "1.1.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ fn ui_builder() -> impl Widget<AppData> {
let button_set_ncm_path =
Button::new("手动指定网易云").on_click(|ctx, data: &mut AppData, _env| {
let files = rfd::FileDialog::new()
.add_filter("NCM Executable", &["cloudmusic.exe"])
.add_filter("NCM Executable", &["exe"])
.pick_files();

if let Some(files) = files {
Expand Down

0 comments on commit 6fbf21b

Please sign in to comment.