0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-22 04:58:40 +00:00

Enable use of enable_v4 config variable

This commit is contained in:
David Bolack
2026-02-27 16:51:46 -06:00
parent 0d26ed2a0f
commit 33edc9600a
5 changed files with 19 additions and 31 deletions
+3 -1
View File
@@ -38,12 +38,14 @@ const Homebrew = (props)=>{
lang : ''
},
userThemes,
brews
brews,
enable_v4
} = props;
global.account = account;
global.version = version;
global.config = config;
global.enable_v4 = enable_v4;
const backgroundObject = ()=>{
if(global.config.deployment || (config.local && config.development)){