alamminsalo / orion

Cross platform Twitch.tv client
GNU General Public License v3.0
314 stars 60 forks source link

Double-clicking a stream should open it. #201

Closed Noirbot closed 7 years ago

Noirbot commented 7 years ago

I'm generally a big fan of the new Metro-styled UI, but I really dislike how it's made it less snappy to swap between streams. The menu that pops up when I click on a stream's icon, that gives me more information about it is nice, but having to specifically mouse down to that menu and hit "Watch" feels awkward.

Why not just have a single-click on a stream's tile open the menu, and a double-click open the stream itself. Currently, double-clicking seems to just open and immediately shut the menu, which is less than useful.

alamminsalo commented 7 years ago

Implemented in b2825c2

Useful feature, took only about 2 minutes to implement :+1:

Noirbot commented 7 years ago

Awesome! Thanks for the prompt work! I was just looking into doing it myself, but I haven't done much C++.