summaryrefslogtreecommitdiffstats
path: root/gui/fileselector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/fileselector.cpp')
-rw-r--r--gui/fileselector.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/fileselector.cpp b/gui/fileselector.cpp
index b7804fd86..1c2a8ccf0 100644
--- a/gui/fileselector.cpp
+++ b/gui/fileselector.cpp
@@ -783,6 +783,8 @@ int GUIFileSelector::NotifyTouch(TOUCH_STATE state, int x, int y)
if (startSelection < folderSize + fileSize)
{
+ DataManager::Vibrate("tw_button_vibrate");
+
if (startSelection < folderSize)
{
std::string oldcwd;