mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user