Recently, there has been a surge of UIs for ChatGPT, making it the new "to-do app" that everyone wants to try their hand at. Chatpad sets itself apart with a broader vision - to become the ultimate interface for ChatGPT users.
diff --git a/src/routes/IndexRoute.tsx b/src/routes/IndexRoute.tsx
index f8425fd..d2cbe36 100644
--- a/src/routes/IndexRoute.tsx
+++ b/src/routes/IndexRoute.tsx
@@ -63,15 +63,18 @@ export function IndexRoute() {
{openAiApiKey ? "Change OpenAI Key" : "Enter OpenAI Key"}
- }
- >
- Download Desktop App
-
+ {!window.todesktop && (
+ }
+ >
+ Download Desktop App
+
+ )}