1
0
Fork 0
forked from wry/wry

output: clear text textures on shutdown

This commit is contained in:
Julian Orth 2025-07-19 00:51:04 +02:00
parent 90b945b780
commit 2d8e12be3c
2 changed files with 9 additions and 1 deletions

View file

@ -77,6 +77,7 @@ impl WorkspaceNode {
self.jay_workspaces.clear();
self.ext_workspaces.clear();
self.opt.set(None);
self.title_texture.take();
}
pub fn update_has_captures(&self) {