summaryrefslogtreecommitdiffstats
path: root/gui/partitionlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/partitionlist.cpp')
-rw-r--r--gui/partitionlist.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/partitionlist.cpp b/gui/partitionlist.cpp
index abe0a38ad..35bf702bb 100644
--- a/gui/partitionlist.cpp
+++ b/gui/partitionlist.cpp
@@ -735,6 +735,8 @@ int GUIPartitionList::NotifyTouch(TOUCH_STATE state, int x, int y)
}
if (actualSelection < listSize && ListType == "mount") {
+ DataManager::Vibrate("tw_button_vibrate");
+
if (!mList.at(actualSelection).selected) {
if (PartitionManager.Mount_By_Path(mList.at(actualSelection).Mount_Point, true)) {
mList.at(actualSelection).selected = 1;
@@ -747,6 +749,8 @@ int GUIPartitionList::NotifyTouch(TOUCH_STATE state, int x, int y)
}
}
} else if (actualSelection < listSize && !mVariable.empty()) {
+ DataManager::Vibrate("tw_button_vibrate");
+
if (ListType == "storage") {
int i;
std::string str = mList.at(actualSelection).Mount_Point;