Tighten TimeSpinner spacing and fix build warnings

This commit is contained in:
2026-02-07 11:12:13 +02:00
parent 0b1f1267e3
commit d74961eedd
3 changed files with 5 additions and 13 deletions

View File

@@ -13,7 +13,7 @@
let { standalone = false }: Props = $props();
const appWindow = standalone ? getCurrentWebviewWindow() : null;
const appWindow = $derived(standalone ? getCurrentWebviewWindow() : null);
let currentActivity = $state<BreakActivity>(pickRandomActivity());
let activityCycleTimer: ReturnType<typeof setInterval> | null = null;