From 8b74aaf260db504fcb719e49ea274dccadd39550 Mon Sep 17 00:00:00 2001 From: nitro <143457057+n7itro@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:22:01 +0200 Subject: [PATCH] add missing v35 fix --- src/lib/release-notes.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/release-notes.ts b/src/lib/release-notes.ts index 6d5332d..40404eb 100644 --- a/src/lib/release-notes.ts +++ b/src/lib/release-notes.ts @@ -704,6 +704,10 @@ export const releaseNotes: ReleaseNote[] = [ { description: "Can't reorganize tabs in compact mode", issue: 1168 + }, + { + description: "Theme Store settings page doesn't display installed themes", + issue: 1125 } ] }