We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5647d6 + ba09026 commit d6caf47Copy full SHA for d6caf47
1 file changed
src/main/App.ts
@@ -76,7 +76,7 @@ class App {
76
}
77
78
private appEvent = (): void => {
79
- if (!E.app.isDefaultProtocolClient(Const.PROTOCOL) {
+ if (!E.app.isDefaultProtocolClient(Const.PROTOCOL)) {
80
E.app.setAsDefaultProtocolClient(Const.PROTOCOL);
81
82
E.app.allowRendererProcessReuse = false;
0 commit comments