Fix settings derp and app start project theme loading (#3320)
* Fix settings opening and messing up everything * Set settings aggressively for startup project theme loading * fmt --------- Co-authored-by: Lee <lee@Lees-Mac-mini.local>
This commit is contained in:
@ -105,6 +105,8 @@ export function useSetupEngineManager(
|
||||
}, [immediateState])
|
||||
|
||||
useEffect(() => {
|
||||
engineCommandManager.settings.theme = settings.theme
|
||||
|
||||
const handleResize = deferExecution(() => {
|
||||
const { width, height } = getDimensions(
|
||||
streamRef?.current?.offsetWidth ?? 0,
|
||||
|
Reference in New Issue
Block a user