From d748eece8a76f8eca60fa11319390812f7b948de Mon Sep 17 00:00:00 2001 From: sethburkart123 Date: Tue, 27 Aug 2024 16:52:40 +1000 Subject: [PATCH] update: add tab icon to changelog --- src/SEQTA.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SEQTA.ts b/src/SEQTA.ts index de2ae268..101430a5 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -168,6 +168,7 @@ export function OpenWhatsNewPopup() {
  • Fixed an issue where the settings menu wouldn't change theme
  • Fixed custom shortcuts not allowing ports to be used
  • Fixed occasional flashing when using animations
  • +
  • Fixed loading of the tab icon
  • Made animations toggle apply to settings
  • Small styling improvements
  • Other minor bug fixes