Skip to content

Commit d6caf47

Browse files
committed
Merge branch 'dev'
2 parents b5647d6 + ba09026 commit d6caf47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/App.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class App {
7676
}
7777

7878
private appEvent = (): void => {
79-
if (!E.app.isDefaultProtocolClient(Const.PROTOCOL) {
79+
if (!E.app.isDefaultProtocolClient(Const.PROTOCOL)) {
8080
E.app.setAsDefaultProtocolClient(Const.PROTOCOL);
8181
}
8282
E.app.allowRendererProcessReuse = false;

0 commit comments

Comments
 (0)