summaryrefslogtreecommitdiff
path: root/lang/gjs/src/gtk3/astalify.ts
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-11-07 02:40:47 +0000
committerAylur <[email protected]>2024-11-07 02:40:47 +0000
commit779ec440e209b01d3a44f9377af78653d197fdc8 (patch)
tree3b10ea7843bd0baa292c9a44ee40b28d3c8bfa32 /lang/gjs/src/gtk3/astalify.ts
parent51514347ef3bc1d7a6f37e798a43111b2f2fc9e0 (diff)
example: applauncher
Diffstat (limited to 'lang/gjs/src/gtk3/astalify.ts')
-rw-r--r--lang/gjs/src/gtk3/astalify.ts2
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 }