1
0
Fork 0
forked from wry/wry

cli: print client tags

This commit is contained in:
Julian Orth 2026-02-27 20:55:45 +01:00
parent 75400e672d
commit 596909cd25
6 changed files with 22 additions and 4 deletions

View file

@ -335,7 +335,7 @@ impl ToolClient {
self_id: s.registry,
name: s.jay_compositor.0,
interface: JayCompositor.name(),
version: s.jay_compositor.1.min(24),
version: s.jay_compositor.1.min(25),
id: id.into(),
});
self.jay_compositor.set(Some(id));