mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-03 14:30:50 +03:00
feat(ui): updated "disable telemetry" icon
This commit is contained in:
parent
07fbb13b42
commit
0634f33326
2 changed files with 2 additions and 2 deletions
src/ui/main
|
@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -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(_)) |
|
||||
|
|
Loading…
Add table
Reference in a new issue