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:
parent
8679f0573f
commit
00b60265ee
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue