mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2025-10-13 16:34:22 -05:00
close panel button fixed
This commit is contained in:
@@ -16,7 +16,7 @@ namespace d2_tweaks {
|
||||
namespace modules {
|
||||
class loot_filter_settings_toggle_menu final : public ui::menu, singleton<loot_filter_settings_toggle_menu> {
|
||||
ui::controls::button* m_toggle_filter_settings_btn;
|
||||
ui::controls::button* m_btn_toggle_stats;
|
||||
|
||||
ui::controls::button* m_btn_toggle_help;
|
||||
ui::controls::button* m_btn_toggle_cube;
|
||||
ui::controls::button* m_btn_toggle_stash;
|
||||
@@ -29,6 +29,8 @@ namespace d2_tweaks {
|
||||
menu* m_menu;
|
||||
bool m_show;
|
||||
|
||||
ui::controls::button* m_btn_toggle_stats;
|
||||
|
||||
explicit loot_filter_settings_toggle_menu(token);
|
||||
|
||||
void toggle_filter_settings_click();
|
||||
|
Reference in New Issue
Block a user