feat(ui): updated "disable telemetry" icon

This commit is contained in:
Observer KRypt0n_ 2023-06-18 10:10:08 +02:00
parent 07fbb13b42
commit 0634f33326
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ pub fn disable_telemetry(sender: ComponentSender<App>) {
sender.input(AppMsg::Toast {
title: tr("telemetry-servers-disabling-error"),
description: Some(String::from_utf8(output.stderr).unwrap())
description: None // stdout/err is empty
});
}

View file

@ -395,7 +395,7 @@ impl SimpleComponent for App {
PatchStatus::Available { .. } => "document-save-symbolic"
}
Some(LauncherState::TelemetryNotDisabled) => "network-wired-symbolic",
Some(LauncherState::TelemetryNotDisabled) => "security-high-symbolic",
Some(LauncherState::VoiceOutdated(_)) |
Some(LauncherState::GameOutdated(_)) |