gui2/addon_manager: Remove broken untranslatable tooltip

This didn't actually do anything in practice anyway because GUI2
wouldn't display the stacked widget's tooltip.
This commit is contained in:
Iris Morelle 2021-06-25 20:52:53 -04:00
parent 8679f0573f
commit 00b60265ee
No known key found for this signature in database
GPG key ID: E312033F4023A753

View file

@ -315,11 +315,9 @@ void addon_manager::pre_show(window& window)
if(client_.using_tls()) {
addr_info.select_layer(1);
addr_visible = addr_info.get_layer_grid(1);
addr_info.set_tooltip("Traffic between the game and the server is encrypted");
} else {
addr_info.select_layer(0);
addr_visible = addr_info.get_layer_grid(0);
addr_info.set_tooltip("Traffic between the game and the server is not secure");
}
if(addr_visible) {