fthx / dock-from-dash

GNU General Public License v3.0
96 stars 20 forks source link

Don't create the settings object until ENABLE() #32

Closed rastersoft closed 2 years ago

rastersoft commented 2 years ago

The Gnome guidelines page say that no object should be created outside the ENABLE() method, but the settings object was being created globally.

This patch fixes this.