From 68c62b8d35618ce0d91c239ea6b0b6153fbca5bd Mon Sep 17 00:00:00 2001 From: gwetchen Date: Thu, 26 Jun 2025 21:46:19 +0200 Subject: [PATCH] [ add ] login noticiation about new theme and readme note --- README.md | 1 + aux-addon.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 9191d76..340d718 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # aux Turtle +* Now comes with a new blizz-like theme by default thanks to Oldmana. Use **/aux theme** to switch between them. * Shares some price data through the LFT chat when searching the AH, use **/aux sharing** to disable sending and receiving data. * Accurate auction durations for Turtle WoW. * Autocompletion for custom Turtle WoW items. diff --git a/aux-addon.lua b/aux-addon.lua index b372c0f..57d345f 100644 --- a/aux-addon.lua +++ b/aux-addon.lua @@ -6,6 +6,7 @@ local gui = require 'aux.gui' M.print = T.vararg-function(arg) DEFAULT_CHAT_FRAME:AddMessage(LIGHTYELLOW_FONT_COLOR_CODE .. ' ' .. join(map(arg, tostring), ' ')) + DEFAULT_CHAT_FRAME:AddMessage(LIGHTYELLOW_FONT_COLOR_CODE .. 'aux now comes with a new blizz-like theme by default, if you wish to continue using the old one use /aux theme') end local bids_loaded