some fixes and slider color adjustments

This commit is contained in:
iZePlayz 2025-11-21 00:47:25 +01:00
parent e788b16aff
commit 9b412540d1
2 changed files with 0 additions and 3 deletions

View file

@ -1 +0,0 @@
# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv)

View file

@ -43,8 +43,6 @@ static bool djui_chat_message_render(struct DjuiBase* base) {
if (bgAlphaI < 0) { bgAlphaI = 0; }
u8 bgAlpha = (u8)bgAlphaI;
// Text-Deckkraft: beim Standardwert (70) bereits voll sichtbar,
// darunter linear bis 0 herunter, darüber weiterhin voll sichtbar.
const f32 defaultOpacity = 70.0f;
f32 textScale = 1.0f;
if ((f32)configChatOpacity < defaultOpacity) {