From 1a83168d5c7269bd91043d79169898ca6893d88a Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 16 Jul 2024 16:20:47 +0200 Subject: app: rename main window to tracker --- res/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/CMakeLists.txt') diff --git a/res/CMakeLists.txt b/res/CMakeLists.txt index 325c584..a825e4c 100644 --- a/res/CMakeLists.txt +++ b/res/CMakeLists.txt @@ -5,8 +5,8 @@ add_library("res") set(UI_FILES "widgets/participant_row.ui" "widgets/turn_order_view.ui" - "windows/main.ui" "windows/participant_editor.ui" + "windows/tracker.ui" ) export_cambalache_files("ui.cmb" UI_FILES ${UI_FILES}) -- cgit v1.2.3