Skip to content

Commit

Permalink
chore(library): fix typo (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious authored Nov 8, 2021
1 parent f2a3ea1 commit 94c3b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/renderer-app/src/tasks/init-register-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const registerApps = (): void => {
kind: "Slide",
appOptions: {
debug: false,
fixElection: true,
fixElectron: true,
},
src: async () => {
const app = await import("@netless/app-slide");
Expand Down

0 comments on commit 94c3b84

Please sign in to comment.