From 729ed3a096bef38ca31401174ce01878ee1b3cd3 Mon Sep 17 00:00:00 2001 From: Angelo Verlain Date: Thu, 31 Oct 2024 13:51:38 +0200 Subject: [PATCH] port: List View with Sections --- src/List View with Sections/{main.js => main.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/List View with Sections/{main.js => main.ts} (93%) diff --git a/src/List View with Sections/main.js b/src/List View with Sections/main.ts similarity index 93% rename from src/List View with Sections/main.js rename to src/List View with Sections/main.ts index 577b6475..7b0b75a2 100644 --- a/src/List View with Sections/main.js +++ b/src/List View with Sections/main.ts @@ -1,7 +1,7 @@ import Gtk from "gi://Gtk"; import GObject from "gi://GObject"; -const list_view = workbench.builder.get_object("list_view"); +const list_view = workbench.builder.get_object("list_view"); const item_factory = workbench.builder.get_object("item_factory"); const header_factory = workbench.builder.get_object("header_factory");