diamondburned / gtkcord3

A Gtk3 Discord client in Golang
GNU General Public License v3.0
628 stars 28 forks source link

server/channel collapse button should toggle #48

Open superloach opened 4 years ago

superloach commented 4 years ago

(the little < icon that opens the channel list when the window is skinny)

currently, you have to select the channel again to get back to the chat. being able to click again to recollapse would be useful if you're just checking if you have unreads

hopefully this isn't another weird libhandy thing :P

diamondburned commented 4 years ago

This is a hard one. Currently, the back button on that screen is the hamburger menu button. I'm not aware of any libhandy widget that allows something like Discord Mobile either.

image

image

superloach commented 4 years ago

ah dang, I see. is it not possible to manually send events or move the sidebar with your own button?