stop model migration screen after first time. (#6954)

it got serialized wrong.
This commit is contained in:
Ahmed Ibrahim
2025-11-19 17:17:04 -08:00
committed by GitHub
parent 74a75679d9
commit 6d67b8b283

View File

@@ -379,6 +379,7 @@ pub struct Notice {
/// Tracks whether the user has seen the model migration prompt
pub hide_gpt5_1_migration_prompt: Option<bool>,
/// Tracks whether the user has seen the gpt-5.1-codex-max migration prompt
#[serde(rename = "hide_gpt-5.1-codex-max_migration_prompt")]
pub hide_gpt_5_1_codex_max_migration_prompt: Option<bool>,
}