added missing icons for safari

This commit is contained in:
Anirban Kar 2024-12-16 21:28:38 +05:30
parent 2553814416
commit 951b11005f
5 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
{ "commit": "78505ed2f347dd3a7778b4c1c7c38c89ecacedd3" , "version": "" } { "commit": "255381441671859b8682573172f252a9ca679d74" }

View File

@ -3,8 +3,8 @@ import { Switch } from '~/components/ui/Switch';
import { useSettings } from '~/lib/hooks/useSettings'; import { useSettings } from '~/lib/hooks/useSettings';
export default function FeaturesTab() { export default function FeaturesTab() {
const { debug, enableDebugMode, isLocalModel, enableLocalModels, enableEventLogs, latestBranch, enableLatestBranch } =
const { debug, enableDebugMode, isLocalModel, enableLocalModels, enableEventLogs, latestBranch, enableLatestBranch } = useSettings(); useSettings();
const handleToggle = (enabled: boolean) => { const handleToggle = (enabled: boolean) => {
enableDebugMode(enabled); enableDebugMode(enabled);

View File

@ -99,6 +99,7 @@ export function useSettings() {
if (checkCommit === undefined) { if (checkCommit === undefined) {
checkCommit = commit.commit; checkCommit = commit.commit;
} }
if (savedLatestBranch === undefined || checkCommit !== commit.commit) { if (savedLatestBranch === undefined || checkCommit !== commit.commit) {
// If setting hasn't been set by user, check version // If setting hasn't been set by user, check version
checkIsStableVersion().then((isStable) => { checkIsStableVersion().then((isStable) => {

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB