Skip to content

Commit 2dadb1e

Browse files
authored
Make web panel floating by default (#89)
1 parent 247d2b3 commit 2dadb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/second_sidebar/settings/web_panel_settings.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class WebPanelSettings {
4444
/**@type {string} */
4545
this.faviconURL = faviconURL;
4646
/**@type {boolean} */
47-
this.pinned = pinned ?? true;
47+
this.pinned = pinned ?? false;
4848
/**@type {string} */
4949
this.width = width ?? "400";
5050
/**@type {boolean} */

0 commit comments

Comments
 (0)