Skip to content

Commit

Permalink
Add notification for WakaTime
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyfallWasTaken committed Dec 19, 2024
1 parent bd783b5 commit 6aa70e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/entrypoints/figma-script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ export default defineUnlistedScript(async () => {
await clearIntervalAsync(interval);
return;
});

await figma.notify("WakaTime for Figma is running!");
});

function getEntityName(): string {
Expand Down

0 comments on commit 6aa70e6

Please sign in to comment.