From b5e546dac4c9fb81dca36c3854424e65857e10ec Mon Sep 17 00:00:00 2001
From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com>
Date: Thu, 18 Jan 2024 05:28:28 +0200
Subject: [PATCH] add update button
---
desktop/src-tauri/locales/en/translation.json | 3 ++-
desktop/src-tauri/locales/he-IL/translation.json | 3 ++-
desktop/src/pages/SettingsPage.tsx | 3 +++
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/desktop/src-tauri/locales/en/translation.json b/desktop/src-tauri/locales/en/translation.json
index 190ffdc..8b3e7c6 100644
--- a/desktop/src-tauri/locales/en/translation.json
+++ b/desktop/src-tauri/locales/en/translation.json
@@ -28,5 +28,6 @@
"error-title": "Error",
"modal-error-body": "A bug happend!",
"modal-close": "Close",
- "reset-app": "Reset Vibe"
+ "reset-app": "Reset Vibe",
+ "update-version": "Update Vibe"
}
diff --git a/desktop/src-tauri/locales/he-IL/translation.json b/desktop/src-tauri/locales/he-IL/translation.json
index 5bbb1fc..d2feccb 100644
--- a/desktop/src-tauri/locales/he-IL/translation.json
+++ b/desktop/src-tauri/locales/he-IL/translation.json
@@ -28,5 +28,6 @@
"error-title": "שגיאה",
"modal-error-body": "קרתה שגיאה לא צפויה",
"modal-close": "סגירה",
- "reset-app": "ביצוע איפוס"
+ "reset-app": "ביצוע איפוס",
+ "update-version": "עדכן לגרסה חדשה"
}
diff --git a/desktop/src/pages/SettingsPage.tsx b/desktop/src/pages/SettingsPage.tsx
index 3783f22..b24e676 100644
--- a/desktop/src/pages/SettingsPage.tsx
+++ b/desktop/src/pages/SettingsPage.tsx
@@ -114,6 +114,9 @@ export default function SettingsPage() {
+