FiniteSingularity / obs-quick-access-utility

A quick access utility dock for OBS.
GNU General Public License v2.0
62 stars 4 forks source link

[FEATURE] - Double click to open source properties #80

Open nacalai opened 2 months ago

nacalai commented 2 months ago

Since double-clicking a source open its properties, one would expect the same behaviour in QAU. My brain auto-piloted and tried double-clicking with nothing happening. My brain got sad.

Nothing big..but would be neat!

FiniteSingularity commented 1 month ago

This is related to #62. The double click handler is a bit tricky due to the custom list views that were created. I'm working on getting a reliable double click to work, and once I do, will consider adding this functionality as well.