diff options
author | fiaxh <git@lightrise.org> | 2020-11-20 15:21:34 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2020-11-20 15:21:34 +0100 |
commit | 11d9855a3994bc24ff67f5c2c4933c1d9559f6c5 (patch) | |
tree | 29407df7d6cfb36f82580de5f39f0bbf9c28d372 /main/CMakeLists.txt | |
parent | 07917f1d841f449157aa3aaa2507b0547dd274e7 (diff) | |
download | dino-11d9855a3994bc24ff67f5c2c4933c1d9559f6c5.tar.gz dino-11d9855a3994bc24ff67f5c2c4933c1d9559f6c5.zip |
Refactor Notifications, add freedesktop backend
fixes #707
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r-- | main/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index c70539f6..5975da8b 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -107,7 +107,8 @@ SOURCES src/ui/conversation_view_controller.vala src/ui/file_send_overlay.vala src/ui/global_search.vala - src/ui/notifications.vala + src/ui/notifier_freedesktop.vala + src/ui/notifier_gnotifications.vala src/ui/settings_dialog.vala src/ui/main_window.vala src/ui/main_window_controller.vala |