From d55d491c1490599635cc86feab26dc7ce77ea6e8 Mon Sep 17 00:00:00 2001 From: jderose9 Date: Tue, 4 Jul 2017 11:01:55 -0400 Subject: [PATCH] Update taskbar display when favorites toggled --- README.md | 1 + taskbar.js | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 40778e5..14f32f1 100644 --- a/README.md +++ b/README.md @@ -100,5 +100,6 @@ Thanks to the following people for contributing via pull requests: - @franglais125 for launching apps by number (w/ overlay), bug fixes, and issue support - @dziku1337 for peek mode in window previews - @robrobinbin for configuring appMenu on/off in the panel +- @MartinPL for toggling favorites on/off in panel - Bug Fixes: @imrvelj, @Teslator, @bil-elmoussaoui, @brandon-schumann - Translations: @frnogueira (pt_BR), @zeten30 (cs_CZ), @franglais125 (es), @LaurentTreguier / @SolarLiner (fr), @elsieholmes (uk), @hosiet (zh\_CN), @jonnius (de), @urbalazs (hu), @crayxt (kk), @pkomur (pl) \ No newline at end of file diff --git a/taskbar.js b/taskbar.js index ff6cd2c..8d5bd92 100644 --- a/taskbar.js +++ b/taskbar.js @@ -307,6 +307,8 @@ const taskbar = new Lang.Class({ })); this._dtpSettings.connect('changed::dot-size', Lang.bind(this, this._redisplay)); + + this._dtpSettings.connect('changed::show-favorites', Lang.bind(this, this._redisplay)); }, _onScrollEvent: function(actor, event) {