mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-04-18 16:19:26 -07:00
fix: restore integrated texthooker startup
This commit is contained in:
@@ -18,6 +18,7 @@ function createDeps() {
|
||||
texthookerService: {} as never,
|
||||
getTexthookerPort: () => 6677,
|
||||
setTexthookerPort: () => {},
|
||||
getTexthookerWebsocketUrl: () => 'ws://127.0.0.1:6678',
|
||||
shouldOpenBrowser: () => true,
|
||||
openExternal: async () => {},
|
||||
logBrowserOpenError: (url: string) => browserErrors.push(url),
|
||||
|
||||
Reference in New Issue
Block a user