Ensure the chat panel is fully feature flagged
This commit is contained in:
parent
492e961e82
commit
099969ed79
2 changed files with 16 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue