diff --git a/screenpipe-app-tauri/components/screenpipe-status.tsx b/screenpipe-app-tauri/components/screenpipe-status.tsx
index a2a81ac7..2a9d304e 100644
--- a/screenpipe-app-tauri/components/screenpipe-status.tsx
+++ b/screenpipe-app-tauri/components/screenpipe-status.tsx
@@ -26,7 +26,9 @@ import { Separator } from "./ui/separator";
import { Card, CardContent, CardFooter } from "./ui/card";
import { useHealthCheck } from "@/lib/hooks/use-health-check";
import { DevSettings } from "./dev-dialog";
-import { Lock } from "lucide-react";
+import { Lock, Folder } from "lucide-react";
+import { open } from "@tauri-apps/plugin-shell";
+import { homeDir } from "@tauri-apps/api/path";
const getDebuggingCommands = (os: string | null) => {
let cliInstructions = "";
@@ -50,7 +52,7 @@ ${cliInstructions}
# 3. Run: screenpipe -h
# 4. Choose your preferred setup and start Screenpipe:
# (Replace [YOUR_ARGS] with your chosen arguments)
-# Example: screenpipe --data-dir `;
+# Example: screenpipe --fps 1 `;
const dataDir =
os === "windows" ? "%USERPROFILE%\\.screenpipe" : "$HOME/.screenpipe";
@@ -208,8 +210,8 @@ const DevModeSettings = () => {
on = use CLI for more control
- in dev mode, backend won't auto start when starting the
- app
+ in dev mode, backend won't
+ auto start when starting the app