mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 14:22:52 +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:
@@ -67,7 +67,7 @@ const api = {
|
|||||||
userThemes.Brew[brew.shareId] = {
|
userThemes.Brew[brew.shareId] = {
|
||||||
name : brew.title,
|
name : brew.title,
|
||||||
renderer : brew.renderer,
|
renderer : brew.renderer,
|
||||||
baseTheme : '',
|
baseTheme : brew.theme,
|
||||||
baseSnippets : false,
|
baseSnippets : false,
|
||||||
author : brew.authors[0],
|
author : brew.authors[0],
|
||||||
path : brew.shareId,
|
path : brew.shareId,
|
||||||
|
|||||||
Reference in New Issue
Block a user