Ensure the chat panel is fully feature flagged

This commit is contained in:
Max Brunsfeld 2023-09-15 10:12:28 -07:00
parent 492e961e82
commit 099969ed79
2 changed files with 16 additions and 8 deletions

View file

@ -119,12 +119,6 @@ fn main() {
app.run(move |cx| {
cx.set_global(*RELEASE_CHANNEL);
#[cfg(debug_assertions)]
{
use feature_flags::FeatureFlagAppExt;
cx.set_staff(true);
}
let mut store = SettingsStore::default();
store
.set_default_settings(default_settings().as_ref(), cx)