Skip to content

Commit

Permalink
Added_maximize button (#3540)
Browse files Browse the repository at this point in the history
Co-authored-by: Mubashir  Shariq <mubashirsharik01.com>
  • Loading branch information
Mubashirshariq authored Jan 8, 2024
1 parent be8c8c3 commit 6afacd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/tempo.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Tempo {
clearInterval(this._intervalID);
}

const widgetWindow = window.widgetWindows.windowFor(this, "tempo", "tempo", false);
const widgetWindow = window.widgetWindows.windowFor(this, "tempo", "tempo", true);
this.widgetWindow = widgetWindow;
widgetWindow.clear();
widgetWindow.show();
Expand Down

0 comments on commit 6afacd2

Please sign in to comment.