pub fn set_strings(
entries: impl IntoIterator<Item = (StringKey, SharedString)>,
cx: &mut App,
)Expand description
Replaces entries and repaints every window, the way
activate_theme does.
pub fn set_strings(
entries: impl IntoIterator<Item = (StringKey, SharedString)>,
cx: &mut App,
)Replaces entries and repaints every window, the way
activate_theme does.