mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
enable dev tools by default
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user