diff --git a/desktop/sources/scripts/guide.js b/desktop/sources/scripts/guide.js index 7a7b015..9cdb29c 100644 --- a/desktop/sources/scripts/guide.js +++ b/desktop/sources/scripts/guide.js @@ -44,6 +44,7 @@ DOTGRID.Guide = function () { this.toggle = function () { this.show_extras = !this.show_extras this.update() + DOTGRID.interface.update(true) } this.resize = function (size) {