PazerOP / tf2_bot_detector

Automatically detects and votekicks cheaters/bots in TF2 casual.
MIT License
403 stars 54 forks source link

Do not close context menu when marking players. #313

Open astability opened 3 years ago

astability commented 3 years ago

A clear and concise description of what the problem is. When marking/unmarking players in the list, the context menu disappears after clicking on a option. This can be annoying when changing multiple tags (when, for example marking a suspicious player as a cheater). This could become a bigger problem as more tags with more complicated meanings are added.

Describe the solution you'd like When clicking on any option under Mark in the player context menu, do not close the menu. This should preferably done in any context menu where options can be toggled, should they arise in the future.

Describe alternatives you've considered A alternative is to bring up a separate window where options could be toggled. This might be necessary if the amount of tags becomes overwhelming, but would be much less elegant.