Skip to content

Commit

Permalink
Merge pull request #1 from Dalrae1/patch-2
Browse files Browse the repository at this point in the history
UI was never started
  • Loading branch information
spoty123 authored Sep 18, 2022
2 parents 222983d + a7abec7 commit 1a712c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,7 @@ class ScreenshotUI {

}
}
}
}

const ui = new ScreenshotUI();
ui.initialize();

0 comments on commit 1a712c5

Please sign in to comment.