From 744568b7cbc3e627d501981295b84f2205146867 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 17 Apr 2022 19:48:20 +0200 Subject: [PATCH] Install graph icon --- srv/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srv/CMakeLists.txt b/srv/CMakeLists.txt index 708dfcb..49c1df2 100644 --- a/srv/CMakeLists.txt +++ b/srv/CMakeLists.txt @@ -45,7 +45,8 @@ set(IMG_FILES static/img/icon/package-variant-white.svg static/img/icon/cogs-white.svg static/img/icon/console-line-white.svg - static/img/icon/table-refresh.svg) + static/img/icon/table-refresh.svg + static/img/icon/graph.svg) set(CMAKE_MODULE_FILES cmake/modules/SystemdService.cmake) set(CMAKE_TEMPLATE_FILES cmake/templates/systemd.service.in cmake/templates/sysusers.conf.in cmake/templates/tmpfiles.conf.in)