From ca1426eabc873f781eb0dd389d45634b7d183250 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Mon, 22 Apr 2024 06:07:59 +1000 Subject: Lua chat callbacks + better font styling golly gee whiz!! i hope i didn't fuck something up --- source/frontend/StarActionBar.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/frontend/StarActionBar.cpp') diff --git a/source/frontend/StarActionBar.cpp b/source/frontend/StarActionBar.cpp index fb08e3b..9f78626 100644 --- a/source/frontend/StarActionBar.cpp +++ b/source/frontend/StarActionBar.cpp @@ -83,9 +83,7 @@ ActionBar::ActionBar(MainInterfacePaneManager* paneManager, PlayerPtr player) { TextPositioning countPosition = {jsonToVec2F(m_config.get("countMidAnchor")), HorizontalAnchor::HMidAnchor}; customBarLeft->setCountPosition(countPosition); - customBarLeft->setCountFontMode(FontMode::Shadow); customBarRight->setCountPosition(countPosition); - customBarRight->setCountFontMode(FontMode::Shadow); m_customBarWidgets.append({customBarLeft, customBarRight, customBarLeftOverlay, customBarRightOverlay}); } -- cgit v1.2.3