From 6fbf21bc6606b40f1804517e37948ff1504da4a1 Mon Sep 17 00:00:00 2001 From: MicroBlock Date: Thu, 2 May 2024 12:34:35 +0800 Subject: [PATCH] fix bug --- Cargo.toml | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bed25b6..51fda17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/src/main.rs b/src/main.rs index 2a0240a..3188f89 100644 --- a/src/main.rs +++ b/src/main.rs @@ -520,7 +520,7 @@ fn ui_builder() -> impl Widget { 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 {