mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2025-04-03 08:14:55 +03:00
update close
This commit is contained in:
parent
91e300ca22
commit
e950288169
@ -1048,10 +1048,12 @@ fn build_ui(application: &Application, error_dialog: MessageDialog, error_messag
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Close the application when main window destroy
|
// Close the application when main window destroy
|
||||||
|
let mut _ffmpeg_record_interface = ffmpeg_record_interface.clone();
|
||||||
main_window.connect_destroy(move |main_window| {
|
main_window.connect_destroy(move |main_window| {
|
||||||
//let mut _ffmpeg_record_interface = ffmpeg_record_interface.clone();
|
|
||||||
// Stop recording before close the application
|
// Stop recording before close the application
|
||||||
//_ffmpeg_record_interface.borrow_mut().clone().stop_record();
|
_ffmpeg_record_interface.borrow_mut().stop_input_audio().unwrap();
|
||||||
|
_ffmpeg_record_interface.borrow_mut().stop_output_audio().unwrap();
|
||||||
|
_ffmpeg_record_interface.borrow_mut().stop_video().unwrap();
|
||||||
main_window.close();
|
main_window.close();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user