-
fix(desktop): actually hide the mode-specific parts of the release modal (#322)
发布于
2026-07-18 17:06:01 +00:00 The release dialog toggles its docker-pull block (server mode) and
Download button (desktop mode) with the bare.hiddenclass. But this
page only loads variables/waves/daw.css, and the only rule that hides via
.hiddenis the scoped.daw .hidden-- the dialog lives outside.daw,
and base.css's global.hiddenis not loaded here. So neither inner
element was ever hidden: desktop showed an empty "UPDATE YOUR SERVER"
block, and server showed a meaningless Download button.Add explicit
.release-docker.hidden/.release-card .about-link.hidden
rules (same approach as.about-backdrop.hidden) so desktop hides the
docker block and server hides the Download button.下载附件