Skip to content

Commit 72413ab

Browse files
committed
[*] update normally
1 parent 18b2f0b commit 72413ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wayshot/src/logic/recorder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ fn inner_start_recording(ui_weak: Weak<AppWindow>) -> Result<()> {
598598
session.start()?;
599599

600600
_ = ui_weak.upgrade_in_event_loop(move |ui| {
601+
global_store!(ui).set_denoise_progress(0.0);
601602
global_store!(ui).set_merge_tracks_progress(0.0);
602603
global_store!(ui).set_record_status(UIRecordStatus::Recording);
603604
});

0 commit comments

Comments
 (0)