Skip to content

Commit

Permalink
Fixed dash blur disabling, and overview blur re-enabling
Browse files Browse the repository at this point in the history
  • Loading branch information
aunetx committed Jul 23, 2021
1 parent fdc5027 commit 2197924
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/dash_to_dock.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ var DashBlur = class DashBlur {
disable() {
this._log("removing blur from dashes");

Main.overview.dash.get_child_at_index(0).style = null;

this.emit('remove-dashes', true);

Expand Down
1 change: 0 additions & 1 deletion src/overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ var OverviewBlur = class OverviewBlur {
Main.overview._overview.remove_style_class_name("cosmic-transparent-bg");

Main.overview._updateBackgrounds();
this.connections.disconnect_all();
}

_log(str) {
Expand Down

0 comments on commit 2197924

Please sign in to comment.