1
0
Fork 0
forked from wry/wry

cli: allow configuring the simple IM

This commit is contained in:
Julian Orth 2025-10-16 13:12:25 +02:00
parent 2f22a61710
commit 9ac4fea594
5 changed files with 78 additions and 2 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(21),
version: s.jay_compositor.1.min(22),
id: id.into(),
});
self.jay_compositor.set(Some(id));