From c6dd4a4e972aae03f469fd88fbcdae37b8a96c13 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 22 Feb 2025 15:25:09 +1100 Subject: use state --- src/services/math.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/services/math.ts') diff --git a/src/services/math.ts b/src/services/math.ts index 925bbcb..5c7dfce 100644 --- a/src/services/math.ts +++ b/src/services/math.ts @@ -18,7 +18,7 @@ export default class Math extends GObject.Object { } readonly #maxHistory = config.maxHistory; - readonly #path = `${CACHE}/math-history.json`; + readonly #path = `${STATE}/math-history.json`; readonly #history: HistoryItem[] = []; #variables: Record = {}; -- cgit v1.2.3-freya