From b0f857f0d1a1bec3d9c56a6e76d54932bfc6bf01 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 8 Apr 2025 16:01:36 +1000 Subject: feat: add navbar For controlling sidebar panes + other stuff later --- src/utils/widgets.ts | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/utils/widgets.ts') diff --git a/src/utils/widgets.ts b/src/utils/widgets.ts index e0e512d..9fb1e29 100644 --- a/src/utils/widgets.ts +++ b/src/utils/widgets.ts @@ -71,13 +71,6 @@ export class MenuItem extends astalify(Gtk.MenuItem) { } } -@register() -export class Calendar extends astalify(Gtk.Calendar) { - constructor(props: ConstructProps) { - super(props as any); - } -} - @register() export class FlowBox extends astalify(Gtk.FlowBox) { constructor(props: ConstructProps) { -- cgit v1.2.3-freya