发布

  • fix(desktop): actually hide the mode-specific parts of the release modal (#322)

    frostbyte_neo 发布于 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 .hidden class. But this
    page only loads variables/waves/daw.css, and the only rule that hides via
    .hidden is the scoped .daw .hidden -- the dialog lives outside .daw,
    and base.css's global .hidden is 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.

    下载附件