Skip to content

Commit 2d1cbc4

Browse files
authored
Add auto launch HyperPlay option (#765)
* add setting, api handler * default to true * disable opt in on start for mac * pretty * uncheck toggle by default on mac * translations * pretty
1 parent 4c9808b commit 2d1cbc4

File tree

12 files changed

+1240
-1116
lines changed

12 files changed

+1240
-1116
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
"@sentry/electron": "^4.6.0",
173173
"@sentry/react": "7.50.0",
174174
"@shockpkg/icon-encoder": "^2.1.3",
175+
"@types/auto-launch": "^5.0.5",
175176
"@types/bn.js": "^5.1.1",
176177
"@types/express": "^4.17.13",
177178
"@types/jsdom": "^20.0.0",
@@ -183,6 +184,7 @@
183184
"@walletconnect/ethereum-provider": "^2.10.6",
184185
"@walletconnect/modal": "^2.6.0",
185186
"@walletconnect/types": "^2.9.0",
187+
"auto-launch": "^5.0.6",
186188
"axios": "^1.6.5",
187189
"bn.js": "^5.2.1",
188190
"classic-level": "1.2.0",

0 commit comments

Comments
 (0)