Use consistent icon for rescanning all folders in plasmoid

This commit is contained in:
Martchus 2020-03-26 22:48:54 +01:00
parent 5e773619cb
commit d50cdf3a06
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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"