@@ -93,7 +93,7 @@ define_settings_group!(WarpDrivePrivacySettings, settings: [
9393 default : true ,
9494 supported_platforms: SupportedPlatforms :: ALL ,
9595 sync_to_cloud: SyncToCloud :: Globally ( RespectUserSyncSetting :: No ) ,
96- surface: settings:: SettingSurfaces :: GUI ,
96+ surface: settings:: SettingSurfaces :: ALL ,
9797 private: false ,
9898 storage_key: "TelemetryEnabled" ,
9999 toml_path: "privacy.telemetry_enabled" ,
@@ -104,7 +104,7 @@ define_settings_group!(WarpDrivePrivacySettings, settings: [
104104 default : true ,
105105 supported_platforms: SupportedPlatforms :: ALL ,
106106 sync_to_cloud: SyncToCloud :: Globally ( RespectUserSyncSetting :: No ) ,
107- surface: settings:: SettingSurfaces :: GUI ,
107+ surface: settings:: SettingSurfaces :: ALL ,
108108 private: false ,
109109 storage_key: "CrashReportingEnabled" ,
110110 toml_path: "privacy.crash_reporting_enabled" ,
@@ -115,7 +115,7 @@ define_settings_group!(WarpDrivePrivacySettings, settings: [
115115 default : true ,
116116 supported_platforms: SupportedPlatforms :: ALL ,
117117 sync_to_cloud: SyncToCloud :: Globally ( RespectUserSyncSetting :: No ) ,
118- surface: settings:: SettingSurfaces :: GUI ,
118+ surface: settings:: SettingSurfaces :: ALL ,
119119 private: false ,
120120 storage_key: "CloudConversationStorageEnabled" ,
121121 toml_path: "agents.cloud_conversation_storage_enabled" ,
@@ -857,3 +857,7 @@ impl Entity for PrivacySettings {
857857}
858858
859859impl SingletonEntity for PrivacySettings { }
860+
861+ #[ cfg( test) ]
862+ #[ path = "privacy_tests.rs" ]
863+ mod tests;
0 commit comments