diff --git a/CMakeLists.txt b/CMakeLists.txt index 60b2a31..a89eed8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(META_APP_CATEGORIES "Network;FileTransfer") set(META_GUI_OPTIONAL false) set(META_VERSION_MAJOR 0) set(META_VERSION_MINOR 10) -set(META_VERSION_PATCH 7) +set(META_VERSION_PATCH 8) set(META_VERSION_EXACT_SONAME ON) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) diff --git a/plasmoid/package/contents/ui/FullRepresentation.qml b/plasmoid/package/contents/ui/FullRepresentation.qml index 9f312fc..b019541 100644 --- a/plasmoid/package/contents/ui/FullRepresentation.qml +++ b/plasmoid/package/contents/ui/FullRepresentation.qml @@ -355,7 +355,7 @@ ColumnLayout { TinyButton { id: rescanAllDirsButton tooltip: qsTr("Rescan all directories") - iconSource: "view-refresh" + iconSource: "folder-sync" onClicked: plasmoid.nativeInterface.connection.rescanAllDirs() Shortcut { sequence: "Ctrl+Shift+R"