elementary / switchboard-plug-keyboard

Switchboard Keyboard Plug
GNU General Public License v2.0
28 stars 22 forks source link

Layout: modernize the layouts list #465

Closed lenemter closed 1 year ago

lenemter commented 1 year ago

image

Changes:

lenemter commented 1 year ago

Is there a reason you decided to ditch the list model?

I think the reason why it originally used a model is because of Gtk.TreeView, and it didn't save the code from manual rebuilding the tree :) I do agree that using the list model will save some effort but it can be added later if needed.