Skip to content

Commit 1a712c5

Browse files
authored
Merge pull request #1 from Dalrae1/patch-2
UI was never started
2 parents 222983d + a7abec7 commit 1a712c5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ui/src/main.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,7 @@ class ScreenshotUI {
289289

290290
}
291291
}
292-
}
292+
}
293+
294+
const ui = new ScreenshotUI();
295+
ui.initialize();

0 commit comments

Comments
 (0)