ZIm/crates/tab_switcher
Joseph T. Lyons f435304209
Use read-only access methods for read-only entity operations (#31254)
This PR replaces some `update()` calls with either `read()` or
`read_with()` when the `update()` call performed read-only operations on
the entity.

Many more likely exist, will follow-up with more PRs.

Release Notes:

- N/A
2025-05-23 06:13:49 -04:00
..
src Use read-only access methods for read-only entity operations (#31254) 2025-05-23 06:13:49 -04:00
Cargo.toml Add searchable global tab switcher (#28047) 2025-04-28 09:21:27 +00:00
LICENSE-GPL Add tab switcher (#7987) 2024-03-27 11:15:08 -07:00