diff options
author | fiaxh <git@lightrise.org> | 2023-07-08 11:05:51 +0200 |
---|---|---|
committer | fiaxh <fiaxh@users.noreply.github.com> | 2023-07-08 11:20:51 +0200 |
commit | b830b796a5dd6379470ff72ff989f63c4a480954 (patch) | |
tree | 1691fcc3e4653a21fec211bbe3b8be176bb8f0f3 /main/CMakeLists.txt | |
parent | 3d5dad25d8d400003bea74b4c891f041c01351b5 (diff) | |
download | dino-b830b796a5dd6379470ff72ff989f63c4a480954.tar.gz dino-b830b796a5dd6379470ff72ff989f63c4a480954.zip |
Cleanup automatically loaded help overlay
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r-- | main/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 9202c1c7..7f85f7ae 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -67,6 +67,7 @@ set(RESOURCE_LIST file_default_widget.ui file_send_overlay.ui global_search.ui + gtk/help-overlay.ui conversation_content_view/item_metadata_header.ui conversation_content_view/view.ui manage_accounts/account_row.ui @@ -82,7 +83,6 @@ set(RESOURCE_LIST quote.ui search_autocomplete.ui settings_dialog.ui - gtk/help-overlay.ui unified_main_content.ui unified_window_placeholder.ui |