Martin Zarate
Martin Zarate
This would be glorious. Being able to register "okay, for this database, use these connection settings going forwards" would be wonderful. I just updated my team's internal devops infrastructure powershell...
Wasn't sure if the icon should be in GetInfo or in the main body like the options, though.
Will do. Wouldn't it be cleaner just to put the icon on the option itself? ```lua options_path = 'Settings/Interface/Player Centroid Marker' options_icon = "luaui/widgets/player-centroid-marker/main-icon.png" options_order ={...yadda...} options = { enable...
> > > Submenus are automatically inferred from paths, not directly from options menus. You wouldn't be able to add an icon to a submenu button with an option. Also,...
@mcintyre321 > Hi, thanks for using OneOf enough enough to extend it. I think this feature would be better off in an external package, rather than in the main project,...
@mcintyre321 I've added an alternate typecast-based approach here: https://github.com/mcintyre321/OneOf/pull/185