Checking in progress, though not fully working as expected
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user