Fix quest log titles and full-row selection behavior

This commit is contained in:
Kelsi 2026-02-19 00:30:21 -08:00
parent cabf897683
commit 334d4d3df6
4 changed files with 417 additions and 126 deletions

View file

@ -2,6 +2,7 @@
#include "game/game_handler.hpp"
#include <imgui.h>
#include <cstdint>
namespace wowee { namespace ui {
@ -16,6 +17,7 @@ private:
bool open = false;
bool lKeyWasDown = false;
int selectedIndex = -1;
uint32_t lastDetailRequestQuestId_ = 0;
};
}} // namespace wowee::ui