eneshecan / whatsapp-for-linux

An unofficial WhatsApp desktop application for Linux.
GNU General Public License v3.0
991 stars 101 forks source link

Restyle preferences window #238

Open bordam opened 1 year ago

bordam commented 1 year ago

Describe the solution you'd like IDK if this app is aimed at GNOME, but if you think it looks good you could try implementing a more modern-looking preferences windows. This could either be Geary-style, which has two different tabs like WFL, or Nautilus-style, which has different sections in the same tab.

eneshecan commented 1 year ago

Thanks for this! I'd have to look them up but sounds reasonable.

eneshecan commented 1 year ago

This can be achieved by using HdyPreferencesWindow for gtk+3 and AdwPreferencesWindow for gtk+4. So, It's wise to postpone this to the point where we already switched to gtk4 (#239) since it's an extra effort to migrate from libhandy (gtk+3) to libadwaita (gtk+4) for this.