Skip to content

Commit 0e3937d

Browse files
authored
Merge pull request #14 from datsfilipe/docs/fix-example-for-window-options
2 parents fd86aae + a1a7cf5 commit 0e3937d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/config/widgets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ subclass of [Gtk.Window](https://gjs-docs.gnome.org/gtk30~3.0/gtk.window)
7878
const window = Widget.Window({
7979
name: 'window-name',
8080
anchor: ['top', 'left', 'right'],
81-
exclusive: false,
81+
exclusivity: 'normal',
8282
keymode: 'on-demand',
8383
layer: 'top',
8484
margin: [0, 6],

0 commit comments

Comments
 (0)