summaryrefslogtreecommitdiff
path: root/res/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-15 00:06:06 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-15 00:06:06 +0200
commit081627fcfb9076ce243a9adde4743117bc48a767 (patch)
treec2a53a7215bf9c55f314c684002d2518533bc060 /res/CMakeLists.txt
parentea42d061b3f9ec56eb179014c9a76053f3f4c042 (diff)
downloadturns-081627fcfb9076ce243a9adde4743117bc48a767.tar.xz
turns-081627fcfb9076ce243a9adde4743117bc48a767.zip
app/ui: turn participant creation dialog into generic edit dialog
Diffstat (limited to 'res/CMakeLists.txt')
-rw-r--r--res/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/CMakeLists.txt b/res/CMakeLists.txt
index 3ae8a0b..6131388 100644
--- a/res/CMakeLists.txt
+++ b/res/CMakeLists.txt
@@ -6,8 +6,8 @@ target_add_glib_resources("res"
PREFIX "ch/arknet/Turns"
UI_FILES
"widgets/participant_list_row.ui"
- "windows/create_participant.ui"
"windows/main.ui"
+ "windows/participant_editor.ui"
CSS_FILES
"style.css"
"style-dark.css"