Enable tui_app_server feature by default (#15661)

This commit is contained in:
Eric Traut
2026-03-26 11:28:25 -06:00
committed by GitHub
parent 8d479f741c
commit e7139e14a2
4 changed files with 10 additions and 12 deletions

View File

@@ -822,12 +822,8 @@ pub const FEATURES: &[FeatureSpec] = &[
FeatureSpec {
id: Feature::TuiAppServer,
key: "tui_app_server",
stage: Stage::Experimental {
name: "App-server TUI",
menu_description: "Use the app-server-backed TUI implementation.",
announcement: "",
},
default_enabled: false,
stage: Stage::Stable,
default_enabled: true,
},
FeatureSpec {
id: Feature::PreventIdleSleep,