mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-08 20:29:59 -04:00
Split config sub menu into separate context and fix configure button, prevent infinite loop when looking for autofocus element
This commit is contained in:
@@ -19,6 +19,7 @@ namespace recompui {
|
||||
set_font_weight(700);
|
||||
set_cursor(Cursor::Pointer);
|
||||
set_color(Color{ 204, 204, 204, 255 });
|
||||
set_tab_index(TabIndex::Auto);
|
||||
hover_style.set_color(Color{ 242, 242, 242, 255 });
|
||||
|
||||
const uint8_t border_opacity = 204;
|
||||
|
||||
Reference in New Issue
Block a user