Skip to content

Commit

Permalink
chore: Enable window movement for unlocked widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 committed May 13, 2024
1 parent 82227c7 commit 7a03bde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/browser-windows/widget-windows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export function createSingleWindowForWidgets(key: string) {
closable: true,
alwaysOnTop: widget.alwaysOnTop,
thickFrame: false,
movable: !widget.locked,
});

// Hide the traffic light buttons (minimize, maximize, close)
Expand Down

0 comments on commit 7a03bde

Please sign in to comment.