Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/client_theming.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <github@jus.li>2017-06-11 19:41:01 +0300
committerDaniel Hansson <daniel@techandme.se>2017-06-11 19:41:01 +0300
commit926cab776051ad3a5d96da646d9743de35180e6e (patch)
tree05c0e3a7ea69480f9b33e707a8dc71aadaecfccd
parent4e9cdc3d7f861ed3d8d3cc08437d236b98d5a4b1 (diff)
Use proper icon for notifications (#170)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--nextcloudtheme/OEM.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/nextcloudtheme/OEM.cmake b/nextcloudtheme/OEM.cmake
index 5eeb63a..a459d16 100644
--- a/nextcloudtheme/OEM.cmake
+++ b/nextcloudtheme/OEM.cmake
@@ -4,6 +4,7 @@ set( APPLICATION_EXECUTABLE "nextcloud" )
set( APPLICATION_DOMAIN "nextcloud.com" )
set( APPLICATION_VENDOR "Nextcloud GmbH" )
set( APPLICATION_UPDATE_URL "https://updates.nextcloud.org/client/" CACHE string "URL for updater" )
+set( APPLICATION_ICON_NAME "Nextcloud" )
set( THEME_CLASS "NextcloudTheme" )
set( APPLICATION_REV_DOMAIN "com.nextcloud.desktopclient" )