rename function.

This commit is contained in:
yanfeng 2022-02-28 12:03:24 +08:00
parent 2bcc08f084
commit b19d3f5a1c
2 changed files with 2 additions and 2 deletions

View File

@ -515,7 +515,7 @@ pub fn set_option(key: &str, value: &str) {
set_options(options).ok(); set_options(options).ok();
} }
pub fn restart_autdio_input() { pub fn restart_autdio_service() {
crate::audio_service::restart(); crate::audio_service::restart();
} }

View File

@ -365,7 +365,7 @@ impl UI {
} }
fn refresh_audio_input(&self) { fn refresh_audio_input(&self) {
ipc::restart_autdio_input(); ipc::restart_autdio_service();
} }
fn install_path(&mut self) -> String { fn install_path(&mut self) -> String {