diff --git a/app/components/settings.tsx b/app/components/settings.tsx
index 4dba46b43..9a6f9b373 100644
--- a/app/components/settings.tsx
+++ b/app/components/settings.tsx
@@ -191,9 +191,9 @@ export function Settings() {
const updateStore = useUpdateStore();
const [checkingUpdate, setCheckingUpdate] = useState(false);
- const currentVersion = updateStore.version;
+ const currentVersion = "2.1.1"; //updateStore.version;
const remoteId = updateStore.remoteVersion;
- const hasNewVersion = currentVersion !== remoteId;
+ const hasNewVersion = false; //currentVersion !== remoteId;
function checkUpdate(force = false) {
setCheckingUpdate(true);
@@ -485,7 +485,7 @@ export function Settings() {
-
@@ -636,7 +636,7 @@ export function Settings() {
)
}
>
-
+ */}