Skip to content

Commit

Permalink
Add missing appLoaded function to virtual preload
Browse files Browse the repository at this point in the history
  • Loading branch information
danim1130 committed Nov 15, 2024
1 parent f63c089 commit d09d7f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/preload-window-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ if (import.meta.env.VITE_WEB_MODE == "true") {
window.open(url, "_blank").focus();
},
overlay: () => {},
appLoaded: () => {},
};
}

Expand Down

0 comments on commit d09d7f6

Please sign in to comment.