diff options
| author | 2026-02-26 18:32:06 +0800 | |
|---|---|---|
| committer | 2026-02-26 18:32:06 +0800 | |
| commit | 120c0a460162226446cce4cfbc4c7e5859cd9d09 (patch) | |
| tree | 91739f044507c2bf0ef8d9956f46cbb99fdb890f /.changes | |
| parent | d95ca2801c19a89a2a845f43b6e0133bf4e9be50 (diff) | |
| download | DropOut-120c0a460162226446cce4cfbc4c7e5859cd9d09.tar.gz DropOut-120c0a460162226446cce4cfbc4c7e5859cd9d09.zip | |
feat(ui): improve launching game
Diffstat (limited to '.changes')
| -rw-r--r-- | .changes/process-monitor.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changes/process-monitor.md b/.changes/process-monitor.md new file mode 100644 index 0000000..478b822 --- /dev/null +++ b/.changes/process-monitor.md @@ -0,0 +1,5 @@ +--- +"@dropout/ui": "patch:feat" +--- + +Listen to `game-exited` event while launching game. |