We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f0103 commit 6fbf21bCopy full SHA for 6fbf21b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "betterncm_installer"
3
-version = "1.1.2"
+version = "1.1.4"
4
edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
src/main.rs
@@ -520,7 +520,7 @@ fn ui_builder() -> impl Widget<AppData> {
520
let button_set_ncm_path =
521
Button::new("手动指定网易云").on_click(|ctx, data: &mut AppData, _env| {
522
let files = rfd::FileDialog::new()
523
- .add_filter("NCM Executable", &["cloudmusic.exe"])
+ .add_filter("NCM Executable", &["exe"])
524
.pick_files();
525
526
if let Some(files) = files {
0 commit comments