diff --git a/tray/CMakeLists.txt b/tray/CMakeLists.txt index eaa5f7a..4f33720 100644 --- a/tray/CMakeLists.txt +++ b/tray/CMakeLists.txt @@ -48,6 +48,7 @@ set(REQUIRED_ICONS dialog-cancel dialog-ok dialog-ok-apply + document-open document-open-recent-symbolic edit-copy edit-clear diff --git a/tray/gui/traywidget.ui b/tray/gui/traywidget.ui index 614501c..07ed149 100644 --- a/tray/gui/traywidget.ui +++ b/tray/gui/traywidget.ui @@ -472,7 +472,8 @@ For <i>all</i> notifications, checkout the log - .. + . + :/icons/hicolor/scalable/actions/appointment-new.svg. Recent changes diff --git a/tray/resources/icons/hicolor/scalable/actions/appointment-new.svg b/tray/resources/icons/hicolor/scalable/actions/appointment-new.svg new file mode 100644 index 0000000..19b09a5 --- /dev/null +++ b/tray/resources/icons/hicolor/scalable/actions/appointment-new.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/tray/resources/syncthingtrayicons.qrc b/tray/resources/syncthingtrayicons.qrc index 12b3e29..4be5404 100644 --- a/tray/resources/syncthingtrayicons.qrc +++ b/tray/resources/syncthingtrayicons.qrc @@ -15,5 +15,6 @@ icons/hicolor/scalable/actions/network-connect.svg icons/hicolor/scalable/places/folder-download.svg icons/hicolor/scalable/emblems/8/emblem-error.svg + icons/hicolor/scalable/actions/appointment-new.svg diff --git a/widgets/CMakeLists.txt b/widgets/CMakeLists.txt index 711ee80..bed4a07 100644 --- a/widgets/CMakeLists.txt +++ b/widgets/CMakeLists.txt @@ -54,6 +54,7 @@ set(TS_FILES translations/${META_PROJECT_NAME}_cs_CZ.ts translations/${META_PROJ set(REQUIRED_ICONS color-profile + document-open preferences-other process-stop list-add diff --git a/widgets/resources/icons/hicolor/scalable/actions/document-open.svg b/widgets/resources/icons/hicolor/scalable/actions/document-open.svg new file mode 100644 index 0000000..4d2b838 --- /dev/null +++ b/widgets/resources/icons/hicolor/scalable/actions/document-open.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/widgets/resources/syncthingwidgetsicons.qrc b/widgets/resources/syncthingwidgetsicons.qrc index ea7ec15..3a15d91 100644 --- a/widgets/resources/syncthingwidgetsicons.qrc +++ b/widgets/resources/syncthingwidgetsicons.qrc @@ -13,5 +13,6 @@ icons/hicolor/scalable/places/user-home.svg icons/hicolor/scalable/emblems/emblem-important-old.svg icons/hicolor/scalable/actions/edit-undo.svg + icons/hicolor/scalable/actions/document-open.svg diff --git a/widgets/settings/connectionoptionpage.ui b/widgets/settings/connectionoptionpage.ui index 1b8f2b9..115a7cd 100644 --- a/widgets/settings/connectionoptionpage.ui +++ b/widgets/settings/connectionoptionpage.ui @@ -504,7 +504,9 @@ Select config file manually - + + . + :/icons/hicolor/scalable/actions/document-open.svg.