From f294fd8265873eae343d73fe4d83047387e4bf79 Mon Sep 17 00:00:00 2001 From: Aylur Date: Wed, 9 Oct 2024 00:49:15 +0000 Subject: gjs: add gobject decorators --- core/gjs/src/widgets.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'core/gjs/src/widgets.ts') diff --git a/core/gjs/src/widgets.ts b/core/gjs/src/widgets.ts index 82d3b8f..0c30b51 100644 --- a/core/gjs/src/widgets.ts +++ b/core/gjs/src/widgets.ts @@ -31,7 +31,6 @@ export type CircularProgress = Widget export const CircularProgress = astalify(Astal.CircularProgress) export type CircularProgressProps = ConstructProps - // DrawingArea export type DrawingArea = Widget export const DrawingArea = astalify(Gtk.DrawingArea) -- cgit v1.2.3