fthx / dock-from-dash

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

Add preference to show overview at startup #66

Closed subpop closed 1 year ago

subpop commented 2 years ago

Add a GSetting key, 'show-overview' that can be toggled true or false by a UI switch. This value is checked during the extension enable function when adding the startup-complete signal handler. The handler function checks the value of show-overview and conditionally hides the overview based on the value of this setting.

Fixes: #64

subpop commented 1 year ago

I just noticed this PR makes a bunch of unnecessary changes. I'll rebase it and reduce the diff.

fthx commented 1 year ago

Hi,

Ok, I forgot this PR since I had a bunch of work latest months. Seems to be a good idea, I'm 100% ok for that. I'll check the new PR.

subpop commented 1 year ago

All cleaned up @fthx. Looks much better now.

subpop commented 1 year ago

Any chance you can look over this PR, @fthx?