diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-15 00:06:06 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-15 00:06:06 +0200 |
| commit | 081627fcfb9076ce243a9adde4743117bc48a767 (patch) | |
| tree | c2a53a7215bf9c55f314c684002d2518533bc060 /res/CMakeLists.txt | |
| parent | ea42d061b3f9ec56eb179014c9a76053f3f4c042 (diff) | |
| download | turns-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.txt | 2 |
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" |
