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:
@ -88,7 +88,7 @@ export function LowerRightControls({
|
||||
<Link
|
||||
to={
|
||||
location.pathname.includes(paths.FILE)
|
||||
? filePath + paths.SETTINGS
|
||||
? filePath + paths.SETTINGS + '?tab=project'
|
||||
: paths.HOME + paths.SETTINGS
|
||||
}
|
||||
>
|
||||
|
Reference in New Issue
Block a user