Checking in progress, though not fully working as expected

This commit is contained in:
Ryan Ward
2026-07-27 11:41:20 -05:00
parent 856a6cd6f3
commit 309000a303
51 changed files with 74 additions and 3315 deletions
-6
View File
@@ -454,7 +454,6 @@ pub mod flags {
pub const TELEMETRY_FLAG: &str = "telemetry";
pub const SETTINGS_SYNC_FLAG: &str = "settings_sync";
pub const SAFE_MODE_FLAG: &str = "safe_mode";
pub const CRASH_REPORTING_FLAG: &str = "crash_reporting";
pub const CLOUD_CONVERSATION_STORAGE_FLAG: &str = "Cloud_Conversation_Storage_Enabled";
pub const CLOUD_CONVERSATION_STORAGE_EDITABLE_FLAG: &str =
"Cloud_Conversation_Storage_Editable";
@@ -1885,11 +1884,6 @@ impl SettingsView {
}
}
#[cfg(feature = "crash_reporting")]
{
crate::crash_reporting::set_tag("warp.settings_page", section.to_string());
}
if let Some(settings_page) = self.current_settings_page() {
update_page!(
&settings_page.view_handle,