mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 01:11:13 -06:00
enable dev tools by default
This commit is contained in:
parent
5d36864038
commit
b91ce398cf
@ -36,7 +36,7 @@ if [ "$bring_to_front" == "" ]; then
|
||||
fi
|
||||
|
||||
if [ "$dev_tools_enabled" == "" ]; then
|
||||
dev_tools_enabled=false;
|
||||
dev_tools_enabled=true;
|
||||
fi
|
||||
|
||||
pod_url_escaped=$(sed 's#[&/\]#\\&#g' <<<"$pod_url")
|
||||
|
Loading…
Reference in New Issue
Block a user