Fix PDA RaptorDex being unclosable (#93818)

## About The Pull Request

PDA apps use `<NtosWindow>` instead of `<Window>` because the former
adds a header with an X button and system info, moves all the content of
the RaptorDex component to a new RaptorDexContent component, converts
`<RaptorDex>` to be just the `<Window>` tag and adds a NtosRaptorDex
component for PDAs that uses `<NtosWindow>` instead

## Why It's Good For The Game

Fixes #93761 

## Changelog
🆑
fix: fixed RaptorDex PDA app having no close button
/🆑
This commit is contained in:
Roxy
2025-11-07 18:36:41 -05:00
committed by GitHub
parent 550315c422
commit 4c0b617752
3 changed files with 133 additions and 123 deletions
@@ -5,7 +5,7 @@
program_open_overlay = "bountyboard"
extended_desc = "Scan and analyze raptor genes."
size = 2
tgui_id = "RaptorDex"
tgui_id = "NtosRaptorDex"
program_icon = "crow"
can_run_on_flags = PROGRAM_PDA
/// Raptor scan data we have stored