From 302536de1503f09edf42ad6d224a368263135f74 Mon Sep 17 00:00:00 2001 From: Aylur Date: Fri, 2 Aug 2024 16:32:10 +0200 Subject: fix: default instance_name --- gjs/src/application.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gjs/src') diff --git a/gjs/src/application.ts b/gjs/src/application.ts index 0c14278..13927d8 100644 --- a/gjs/src/application.ts +++ b/gjs/src/application.ts @@ -85,7 +85,7 @@ class AstalJS extends Astal.Application { }) if (!this.acquire_socket()) - return client(msg => Astal.Application.send_message(this.instance_name, msg)!, ...programArgs) + return client(msg => Astal.Application.send_message(this.instanceName, msg)!, ...programArgs) if (css) this.apply_css(css, false) -- cgit v1.2.3