Skip to content

Commit

Permalink
will see
Browse files Browse the repository at this point in the history
  • Loading branch information
chinonso098 committed Jul 10, 2024
1 parent 644dc71 commit 4da5d5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/system-apps/window/window.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ import { TaskBarPreviewImage } from 'src/app/system-apps/taskbarpreview/taskbar.
//tell angular to run additional detection cycle after
this.changeDetectorRef.detectChanges();

// setTimeout(()=>{ //someday
// this.captureComponentImg();
// },this.WINDOW_CAPTURE_SECONDS_DELAY);
//setTimeout(()=>{ /**When i get this working as it should, i will remove the other capture methods */
// this.captureComponentImg();
//},this.WINDOW_CAPTURE_SECONDS_DELAY);

}

Expand Down

0 comments on commit 4da5d5a

Please sign in to comment.