0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

include theme as baseTheme when getting user brew themes

`baseTheme` for a user brew theme is just the `theme` value of that brew.
This commit is contained in:
Trevor Buckner
2024-07-13 18:01:50 -04:00
parent 47f912750b
commit c9b885f868

View File

@@ -67,7 +67,7 @@ const api = {
userThemes.Brew[brew.shareId] = {
name : brew.title,
renderer : brew.renderer,
baseTheme : '',
baseTheme : brew.theme,
baseSnippets : false,
author : brew.authors[0],
path : brew.shareId,