Skip to content

Commit

Permalink
config: fix setting env or fflags in studio
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Dec 9, 2023
1 parent c934e46 commit bf15f7c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,11 @@ func Default() Config {
"OBS_VKCAPTURE": "1",
},
},
Studio: Binary{},
Studio: Binary{
// TODO: fill with studio fflag/env goodies
FFlags: make(roblox.FFlags),
Env: make(Environment),
},

Splash: Splash{
Enabled: true,
Expand Down

0 comments on commit bf15f7c

Please sign in to comment.