From 1d4af7d6de33c3212b593842b98ccb44d567b848 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Sun, 12 Feb 2023 18:25:43 +0000
Subject: [PATCH] feat: added themes feature

---
 frontends/web/ts/gb.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frontends/web/ts/gb.ts b/frontends/web/ts/gb.ts
index c5d764db..5b6b6f6c 100644
--- a/frontends/web/ts/gb.ts
+++ b/frontends/web/ts/gb.ts
@@ -424,6 +424,7 @@ export class GameboyEmulator extends EmulatorBase implements Emulator {
         return [
             Feature.Help,
             Feature.Debug,
+            Feature.Themes,
             Feature.Palettes,
             Feature.Benchmark,
             Feature.Keyboard,
-- 
GitLab