Add support for changing working dir and extensions in same window/session (#6057)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const getInitialWorkingDir = (): string => {
|
||||
return (window.appConfig?.get('GOOSE_WORKING_DIR') as string) || '';
|
||||
};
|
||||
Reference in New Issue
Block a user