Skip to content

Commit ba09026

Browse files
committed
fixes after merge PR...
1 parent 9453db1 commit ba09026

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)