feat(ui): added unverified patch tooltip to the main button

This commit is contained in:
Observer KRypt0n_ 2023-06-15 16:28:31 +02:00
parent b0b7a4e3a6
commit 949f6be694
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -442,6 +442,7 @@ impl SimpleComponent for App {
set_tooltip_text: Some(&match &model.state {
Some(LauncherState::GameOutdated { .. }) => tr("main-window--version-outdated-tooltip"),
Some(LauncherState::PatchNotVerified) => tr("patch-testing-tooltip"),
Some(LauncherState::PatchBroken) => tr("patch-broken-tooltip"),
Some(LauncherState::PatchUnsafe) => tr("patch-unsafe-tooltip"),