Skip to content

Commit 5760dec

Browse files
committed
Log snap conf when starting snap mode
1 parent 0286852 commit 5760dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Native/hook_core/src/input_commands.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ pub fn init_snapshot_mode() {
8383
Ok(c) => c
8484
};
8585

86+
write_log_file(&format!("init snapshot mode: {}", snap_conf));
8687
if snap_conf.snap_anim {
8788
hook_snapshot::reset();
8889

0 commit comments

Comments
 (0)