codacus commited on
Commit
951b110
·
1 Parent(s): 2553814

added missing icons for safari

Browse files
app/commit.json CHANGED
@@ -1 +1 @@
1
- { "commit": "78505ed2f347dd3a7778b4c1c7c38c89ecacedd3" , "version": "" }
 
1
+ { "commit": "255381441671859b8682573172f252a9ca679d74" }
app/components/settings/features/FeaturesTab.tsx CHANGED
@@ -3,8 +3,8 @@ import { Switch } from '~/components/ui/Switch';
3
  import { useSettings } from '~/lib/hooks/useSettings';
4
 
5
  export default function FeaturesTab() {
6
-
7
- const { debug, enableDebugMode, isLocalModel, enableLocalModels, enableEventLogs, latestBranch, enableLatestBranch } = useSettings();
8
 
9
  const handleToggle = (enabled: boolean) => {
10
  enableDebugMode(enabled);
 
3
  import { useSettings } from '~/lib/hooks/useSettings';
4
 
5
  export default function FeaturesTab() {
6
+ const { debug, enableDebugMode, isLocalModel, enableLocalModels, enableEventLogs, latestBranch, enableLatestBranch } =
7
+ useSettings();
8
 
9
  const handleToggle = (enabled: boolean) => {
10
  enableDebugMode(enabled);
app/lib/hooks/useSettings.tsx CHANGED
@@ -99,6 +99,7 @@ export function useSettings() {
99
  if (checkCommit === undefined) {
100
  checkCommit = commit.commit;
101
  }
 
102
  if (savedLatestBranch === undefined || checkCommit !== commit.commit) {
103
  // If setting hasn't been set by user, check version
104
  checkIsStableVersion().then((isStable) => {
 
99
  if (checkCommit === undefined) {
100
  checkCommit = commit.commit;
101
  }
102
+
103
  if (savedLatestBranch === undefined || checkCommit !== commit.commit) {
104
  // If setting hasn't been set by user, check version
105
  checkIsStableVersion().then((isStable) => {
public/apple-touch-icon-precomposed.png ADDED
public/apple-touch-icon.png ADDED