TheStonedTurtle / party-panel

A RuneLite plugin that displays information about your party members in a custom side panel
BSD 2-Clause "Simplified" License
4 stars 8 forks source link

Yes button on leave party confirmation dialog should be the default #29

Closed 4tet closed 1 month ago

4tet commented 9 months ago

When you click to leave your party, you get a confirmation popup with Yes/No buttons. Right now No is the "default" button, meaning if you hit the Enter key on your keyboard it will cause this button to get triggered and you won't actually end up leaving the party. Since leaving a party isn't a destructive action and there's even a button to join previous party, I think it would make more sense to have the Yes button be the default.

My specific use case: sometimes I'll be joining a hard mode ToB party (at the notice board, not referring to the plugin's party concept here) and am just trying to guess if they're already in a party (the plugin kind) so will rapidly join a few random parties and then leave them if that wasn't the right party. So being able to use a keyboard shortcut here would reduce friction in the process.