diff --git a/lib/screens/home/home_screen.dart b/lib/screens/home/home_screen.dart index b183632..c5db2ee 100644 --- a/lib/screens/home/home_screen.dart +++ b/lib/screens/home/home_screen.dart @@ -663,8 +663,11 @@ class _HomeScreenState extends State { ), const SizedBox(width: 8), Tooltip( - message: 'Press Cmd+Shift+. in dialogs to show hidden folders', - child: Icon(Icons.info_outline, size: 14, color: AppColors.textMuted), + message: 'Type a path with hidden folders directly in the input field', + child: Padding( + padding: const EdgeInsets.only(left: 4), + child: Icon(Icons.info_outline, size: 14, color: AppColors.textMuted), + ), ), ], ),