()
| 118 | * Useful for components that only need to read this specific setting. |
| 119 | */ |
| 120 | export function useRelativeDates() { |
| 121 | const { settings } = useSettings() |
| 122 | return computed(() => settings.value.relativeDates) |
| 123 | } |
| 124 | |
| 125 | /** |
| 126 | * Composable for accessing just the keyboard shortcuts setting. |
nothing calls this directly
no test coverage detected