Loic-devinci

Results 1 comments of Loic-devinci

I'm using GS 49 and I had the same issue. I solved it by changing `button-release-event` to `clicked`. `this.showAppsButton.connectObject('button-release-event', () => Main.overview.showApps(), this);` => `this.showAppsButton.connectObject('clicked', () => Main.overview.showApps(), this);` (in...