From cb1a59ec2c93c07cd9b6e8815ba3b90d1022f855 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Wed, 29 Jan 2025 15:57:59 +0100 Subject: [PATCH] fix: include user data directory in show me --- src/renderer/components/tour-welcome.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/renderer/components/tour-welcome.tsx b/src/renderer/components/tour-welcome.tsx index 94fd97697b..6f5c91d843 100644 --- a/src/renderer/components/tour-welcome.tsx +++ b/src/renderer/components/tour-welcome.tsx @@ -60,7 +60,18 @@ export function getWelcomeTour(): Set { name: 'button-run', selector: '#button-run', title: '🚀 Run Your Fiddle', - content:

Hit this button to give your Fiddle a try and start it.

, + content: ( + <> +

+ Hit this button to give your Fiddle a try and start it. +

+

+ When your Fiddle starts, it will create a user data directory for + cookies, the cache, and a few other things. We delete this directory + by default when you exit the Fiddle, but you can change this in Settings. +

+ + ), }, { name: 'button-action',