gigitux / youpforwhatsapp

A simple wrapper written in rust and gtk-rs for whatsapp web
MIT License
84 stars 9 forks source link

Clicking settings icon multiple times opens multiple dialogs #60

Open ehuisman opened 2 years ago

ehuisman commented 2 years ago

The settings dialog should quite clearly be a singleton. (Or, better yet, since there are only two options, maybe the settings dialog could be replaced with a "hamburger menu", which seems to be a common pattern among Gnome core applications which only have few configuration options.)