Skip to content

Commit

Permalink
Send app-launch message
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister authored Sep 9, 2024
1 parent 4648241 commit fbf8894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/366x366/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if (settings.hasSettings()) {
}

msgq.send("send-all-settings", {}, -1, false);
msgq.send("app-launch", {}, -1, false);

msgq.onmessage = (messageKey, message) => {
var key = messageKey.split(":")[0];
Expand Down

0 comments on commit fbf8894

Please sign in to comment.