diff options
author | Kevin <[email protected]> | 2024-11-11 00:45:17 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-11 00:45:17 -0300 |
commit | 88291578497345523e797ea7cc8b61560906e3aa (patch) | |
tree | ceaf4cbf2f30dfc1a76f342e7f2515b12b20b372 /lang/gjs/src | |
parent | 44710fb30105f5e76fc84845e9379787440f3c4c (diff) | |
parent | 302fcae7ae0b58767518e6003d0a80966d7ca4bb (diff) |
Merge branch 'Aylur:main' into lua-refactor
Diffstat (limited to 'lang/gjs/src')
-rw-r--r-- | lang/gjs/src/gtk3/astalify.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gjs/src/gtk3/astalify.ts b/lang/gjs/src/gtk3/astalify.ts index 736ab17..b9621be 100644 --- a/lang/gjs/src/gtk3/astalify.ts +++ b/lang/gjs/src/gtk3/astalify.ts @@ -65,7 +65,7 @@ export default function astalify< get_click_through(): boolean { return this.clickThrough } set_click_through(clickThrough: boolean) { this.clickThrough = clickThrough } - declare __no_implicit_destroy: boolean + declare private __no_implicit_destroy: boolean get noImplicitDestroy(): boolean { return this.__no_implicit_destroy } set noImplicitDestroy(value: boolean) { this.__no_implicit_destroy = value } |