We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b2f0b commit 72413abCopy full SHA for 72413ab
wayshot/src/logic/recorder.rs
@@ -598,6 +598,7 @@ fn inner_start_recording(ui_weak: Weak<AppWindow>) -> Result<()> {
598
session.start()?;
599
600
_ = ui_weak.upgrade_in_event_loop(move |ui| {
601
+ global_store!(ui).set_denoise_progress(0.0);
602
global_store!(ui).set_merge_tracks_progress(0.0);
603
global_store!(ui).set_record_status(UIRecordStatus::Recording);
604
});
0 commit comments