diff --git a/app/commit.json b/app/commit.json index f835d034..a8490a68 100644 --- a/app/commit.json +++ b/app/commit.json @@ -1 +1 @@ -{ "commit": "995fb81ac7a03eb1a6d1c56cf2fc92a60028c024" , "version": "" } +{ "commit": "995fb81ac7a03eb1a6d1c56cf2fc92a60028c024" , "version": "" } \ No newline at end of file diff --git a/app/components/settings/features/FeaturesTab.tsx b/app/components/settings/features/FeaturesTab.tsx index c5e1b3a1..410f7ca0 100644 --- a/app/components/settings/features/FeaturesTab.tsx +++ b/app/components/settings/features/FeaturesTab.tsx @@ -3,8 +3,8 @@ import { Switch } from '~/components/ui/Switch'; import { useSettings } from '~/lib/hooks/useSettings'; export default function FeaturesTab() { - - const { debug, enableDebugMode, isLocalModel, enableLocalModels, enableEventLogs, latestBranch, enableLatestBranch } = useSettings(); + const { debug, enableDebugMode, isLocalModel, enableLocalModels, enableEventLogs, latestBranch, enableLatestBranch } = + useSettings(); const handleToggle = (enabled: boolean) => { enableDebugMode(enabled); diff --git a/app/lib/hooks/useSettings.tsx b/app/lib/hooks/useSettings.tsx index d093d5f3..36eefb42 100644 --- a/app/lib/hooks/useSettings.tsx +++ b/app/lib/hooks/useSettings.tsx @@ -99,6 +99,7 @@ export function useSettings() { if (checkCommit === undefined) { checkCommit = commit.commit; } + if (savedLatestBranch === undefined || checkCommit !== commit.commit) { // If setting hasn't been set by user, check version checkIsStableVersion().then((isStable) => { diff --git a/public/apple-touch-icon-precomposed.png b/public/apple-touch-icon-precomposed.png new file mode 100644 index 00000000..ef0af665 Binary files /dev/null and b/public/apple-touch-icon-precomposed.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 00000000..ef0af665 Binary files /dev/null and b/public/apple-touch-icon.png differ