added missing icons for safari
Browse files
app/commit.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{ "commit": "
|
|
|
|
| 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 |
-
|
| 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
|
|