Skip to content

Commit

Permalink
turn off runInConsole in Windows #274
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Apr 4, 2023
1 parent 1455aa1 commit 54d6455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lphy-studio/lphystudio.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<osxApplicationBundleIcon>${installdir}/src/lphy.icns</osxApplicationBundleIcon>
<preferredJavaBinary></preferredJavaBinary>
<runInBackground>0</runInBackground>
<runInConsole>1</runInConsole>
<runInConsole>0</runInConsole>
<useLauncherDirectoryAsWorkingDirectory>1</useLauncherDirectoryAsWorkingDirectory>
<usePropertiesFile>0</usePropertiesFile>
<vmParameters>-Xms256m -Xmx4g -p lib -m lphystudio</vmParameters>
Expand Down

0 comments on commit 54d6455

Please sign in to comment.