Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/wormtql/yas
Browse files Browse the repository at this point in the history
  • Loading branch information
wormtql committed Apr 10, 2023
2 parents 2277e36 + 1f3edf7 commit 74363bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scanner/yas_scanner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ impl YasScanner {
self.enigo.mouse_move_to(left as i32, top as i32);
}

/*
pub fn panel_down(&mut self) {
let info = &self.info;
let max_scroll = 20;
Expand Down Expand Up @@ -270,6 +271,7 @@ impl YasScanner {
count += 1;
}
}
*/

fn sample_initial_color(&mut self) {
self.initial_color = self.get_flag_color();
Expand Down Expand Up @@ -569,7 +571,7 @@ impl YasScanner {
}

pub fn start(&mut self) -> Vec<InternalArtifact> {
self.panel_down();
//self.panel_down();
if self.config.capture_only {
self.start_capture_only();
return Vec::new();
Expand Down

0 comments on commit 74363bf

Please sign in to comment.