Make theme selector eagerly display the selected theme

This commit is contained in:
Keith Simmons 2022-03-08 18:42:31 -08:00
parent 03aa906068
commit b440a51675
3 changed files with 78 additions and 18 deletions

View file

@ -144,7 +144,7 @@ impl OutlineView {
let view = cx.add_view(|cx| OutlineView::new(outline, editor, settings, cx));
cx.subscribe(&view, Self::on_event).detach();
view
})
});
}
}
}