ostp/ostp-gui/src
ospab c6a130673d fix(gui): remove duplicate junk/tcp-frag fields from the profile editor modal
These were editable in two disconnected places: the profile editor modal
(pm-* fields, written into each saved profile's own tcp_fragmentation/
frag_chunk/frag_sleep/junk_pc/junk_ps) and the simple settings page (cs-*
fields, a global override applied at connect time via buildConfig()'s
merge: `s.tcpFrag || active.tcp_fragmentation`, etc). The simple settings
page already covers the same knobs, so the modal copy was pure duplication
and a source of confusion about which one actually took effect.

Removed the pm-tcp-settings panel and its fields from index.html, and all
now-dead JS: the variable lookups, the open-editor populate/reset logic,
the save-profile field writes (existing profiles keep their previously-
saved values via the {...profiles[idx], ...} merge - only new edits
through this modal no longer touch these fields), and the two change
listeners whose sole job was showing/hiding the removed panel. The
Transport (UDP/UoT) dropdown itself is untouched.
2026-07-18 16:30:44 +03:00
..
assets feat(icons): apply logo_new.png to all apps and watermarks 2026-07-11 00:58:44 +03:00
i18n.js §F: desktop Share — local QR + copyable ostp:// link 2026-06-27 21:38:21 +03:00
index.html fix(gui): remove duplicate junk/tcp-frag fields from the profile editor modal 2026-07-18 16:30:44 +03:00
main.js fix(gui): remove duplicate junk/tcp-frag fields from the profile editor modal 2026-07-18 16:30:44 +03:00
styles.css fix(gui): fix light theme invisible text/borders 2026-07-09 02:39:19 +03:00