diff --git a/src/UI/BigComponents/MoreScreen.ts b/src/UI/BigComponents/MoreScreen.ts index 1019175da8b..380948cda88 100644 --- a/src/UI/BigComponents/MoreScreen.ts +++ b/src/UI/BigComponents/MoreScreen.ts @@ -27,6 +27,10 @@ export default class MoreScreen { if (searchTerm === "osmcha" || searchTerm === "stats") { window.location.href = Utils.OsmChaLinkFor(7) } + if (searchTerm === "studio" ) { + window.location.href = "./studio.html" + + } // Enter pressed -> search the first _official_ matchin theme and open it const publicTheme = MoreScreen.officialThemes.find( (th) =>