mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 09:13:15 +03:00
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
|
|
import { writable } from 'svelte/store';
|
||
|
|
|
||
|
|
export const disableShortcut = writable<boolean>(false);
|