rename function.
This commit is contained in:
parent
2bcc08f084
commit
b19d3f5a1c
2 changed files with 2 additions and 2 deletions
|
|
@ -515,7 +515,7 @@ pub fn set_option(key: &str, value: &str) {
|
|||
set_options(options).ok();
|
||||
}
|
||||
|
||||
pub fn restart_autdio_input() {
|
||||
pub fn restart_autdio_service() {
|
||||
crate::audio_service::restart();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -365,7 +365,7 @@ impl UI {
|
|||
}
|
||||
|
||||
fn refresh_audio_input(&self) {
|
||||
ipc::restart_autdio_input();
|
||||
ipc::restart_autdio_service();
|
||||
}
|
||||
|
||||
fn install_path(&mut self) -> String {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue