Settings cleanup: remove Cloud Platform, Teams, Shared Blocks, Referrals from nav; disable autoupdate; stub Oz settings; rename Warpify to Galaxify

This commit is contained in:
Ryan Ward
2026-05-12 08:42:54 -05:00
parent 140da74f99
commit 2c651f2085
12 changed files with 62 additions and 182 deletions
+1 -1
View File
@@ -2542,7 +2542,7 @@ impl PaneGroup {
if let Some(pane) = self.focused_pane_content(ctx) {
pane.focus(ctx);
}
ctx.emit(Event::OpenSettings(SettingsSection::Teams));
ctx.emit(Event::OpenSettings(SettingsSection::Appearance));
ctx.notify();
send_telemetry_from_ctx!(TelemetryEvent::SharedSessionModalUpgradePressed, ctx);