From 5cf36b005814ee254271648691513d5361096649 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:48:42 +1100 Subject: launcher: apps mode --- src/utils/widgets.ts | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/utils/widgets.ts') diff --git a/src/utils/widgets.ts b/src/utils/widgets.ts index 9802263..7b1eb5c 100644 --- a/src/utils/widgets.ts +++ b/src/utils/widgets.ts @@ -73,3 +73,10 @@ export class Calendar extends astalify(Gtk.Calendar) { super(props as any); } } + +@register() +export class FlowBox extends astalify(Gtk.FlowBox) { + constructor(props: ConstructProps) { + super(props as any); + } +} -- cgit v1.2.3-freya