Commit dad23a8
fix(gui): say what happens when a network protocol is switched on (UDPFS silent-enable)
Hardware report on Beta-2937: "after turning on udpfs nothing happens, like
it don't even refresh or give any message." The mechanics were all in place
-- applyConfig re-registers the UDPFS tab in-session, and Manual-start tabs
init on a Confirm press inside them -- but NOTHING told the user any of
that: no message fires on enable (the DHCP warning and the restart notice
are conditional), the new tab joins the ring silently, and the block
transports (UDPBD / UDPFS Image) show a tab only once the PC server
answers. From the user's chair: nothing happened.
Add a per-family guidance toast at the moment the protocol changes:
* UDPFS (Files): open the new UDPFS tab + press Confirm to connect;
PC side runs udpfsd -d <games folder>.
* UDPBD / UDPFS (Image): the device tab appears once the PC server
answers (udpfsd -b / udpbd-server).
Two new lang labels appended at the END of lng_tmpl/_base.yml (append-only
rule; English-only until the lng_fork overlay rerun).
Build-green on ps2dev:latest AND ps2max/dev:v20250725-2; clang-format clean.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 74746e7 commit dad23a8
2 files changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
917 | 917 | | |
918 | 918 | | |
919 | 919 | | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1125 | 1125 | | |
1126 | 1126 | | |
1127 | 1127 | | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
| 1138 | + | |
1128 | 1139 | | |
1129 | 1140 | | |
1130 | 1141 | | |
| |||
0 commit comments