From 994490cac9fd9ff71fcea7f2b9e97e420e04ac26 Mon Sep 17 00:00:00 2001 From: GDCloud <93287602+GDCloudstrike@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:44:06 +0200 Subject: Bind all tooltip separators to the config (#3376) Co-authored-by: boubou19 --- src/main/java/gregtech/loaders/preload/GTPreLoad.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/gregtech/loaders') diff --git a/src/main/java/gregtech/loaders/preload/GTPreLoad.java b/src/main/java/gregtech/loaders/preload/GTPreLoad.java index 12c3294153..7fcea477c5 100644 --- a/src/main/java/gregtech/loaders/preload/GTPreLoad.java +++ b/src/main/java/gregtech/loaders/preload/GTPreLoad.java @@ -588,6 +588,7 @@ public class GTPreLoad { GTMod.gregtechproxy.mTooltipShiftVerbosity = Client.iface.tooltipShiftVerbosity; GTMod.gregtechproxy.mTitleTabStyle = Client.iface.titleTabStyle; GTMod.gregtechproxy.separatorStyle = Client.iface.separatorStyle; + GTMod.gregtechproxy.tooltipFinisherStyle = Client.iface.tooltipFinisherStyle; GTMod.gregtechproxy.mNEIRecipeSecondMode = Client.nei.NEIRecipeSecondMode; GTMod.gregtechproxy.mNEIRecipeOwner = Client.nei.NEIRecipeOwner; -- cgit