crates/namir-clap/src/gui.rs:192-198
set_size returns Ok(()) while can_resize() is false and get_size keeps returning the 960x640 constants, so a host that calls it anyway is told the resize succeeded when nothing changed.
Fix: return Err to match what the plugin actually does.
crates/namir-clap/src/gui.rs:192-198set_sizereturnsOk(())whilecan_resize()is false andget_sizekeeps returning the 960x640 constants, so a host that calls it anyway is told the resize succeeded when nothing changed.Fix: return
Errto match what the plugin actually does.