refactor(control): rename file_display.db to database

This commit is contained in:
2026-01-06 19:01:43 +01:00
parent c4d7f8e0e4
commit 4325ffc4aa
7 changed files with 6 additions and 6 deletions
@@ -32,7 +32,7 @@
import { run_on_all_selected_displays } from '$lib/ts/stores/displays';
import { get_thumbnail_url } from '$lib/ts/stores/thumbnails';
import { liveQuery, type Observable } from 'dexie';
import { db } from '$lib/ts/files_display.db';
import { db } from '$lib/ts/database';
let { file, not_interactable = false }: { file: Inode; not_interactable?: boolean } = $props();