diff --git a/src/ui/qml/pages/StatisticsPage.qml b/src/ui/qml/pages/StatisticsPage.qml index c42926ac..4d6d2e51 100644 --- a/src/ui/qml/pages/StatisticsPage.qml +++ b/src/ui/qml/pages/StatisticsPage.qml @@ -40,11 +40,11 @@ BasePage { spacing: 10 RowLayout { - Button { + RoundButtonTip { enabled: appListView.count icon.source: "qrc:/images/arrow_refresh.png" - text: translationManager.dummyBool - && qsTranslate("qml", "Refresh") + tipText: translationManager.dummyBool + && qsTranslate("qml", "Refresh") onClicked: trafListModel.refresh() }