don't delete the images, just clear them

This commit is contained in:
itsjunetime
2026-04-23 21:53:33 -05:00
parent 25579ad2c3
commit 7f07c21791
+1 -1
View File
@@ -248,7 +248,7 @@ pub async fn display_kitty_images<'es>(
}), }),
Ok(()) => run_action( Ok(()) => run_action(
Action::Delete(DeleteConfig { Action::Delete(DeleteConfig {
effect: ClearOrDelete::Delete, effect: ClearOrDelete::Clear,
which: WhichToDelete::PlacementsWithZIndex(z_idxes_to_remove) which: WhichToDelete::PlacementsWithZIndex(z_idxes_to_remove)
}), }),
ev_stream ev_stream