redesign if_failed_return_to_unblocked to if_failed_return_to_boolean

This commit is contained in:
2025-04-26 04:23:37 +01:00
parent 022828b802
commit f5fd22d35c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ impl App {
.tint(self.game_networking.blocked_status.to_color32()),
)
.on_hover_text("This turns yellow if GTA Tools\ncannot find your game.");
self.game_networking.if_failed_return_to_unblocked();
self.game_networking.if_failed_return_to_boolean();
label
});
ui.horizontal(|ui| {