zed/src/theme_selector.rs 🔗
@@ -175,6 +175,7 @@ impl ThemeSelector {
background,
))
};
+ cx.notify();
}
fn on_event(
Antonio Scandurra created
zed/src/theme_selector.rs | 1 +
1 file changed, 1 insertion(+)
@@ -175,6 +175,7 @@ impl ThemeSelector {
background,
))
};
+ cx.notify();
}
fn on_event(