Skip to content

Commit 72c5734

Browse files
Linux: do not persist state by default.
1 parent 88eb1e8 commit 72c5734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/phasereditor/phasereditor.ide/PhaserEditor.product

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="Phaser Editor" uid="phasereditor.boniatillo.com" id="phasereditor.ide.product" application="phasereditor.ide.application" version="1.4.0.20170424" useFeatures="true" includeLaunchers="true">
4+
<product name="Phaser Editor" uid="phasereditor.boniatillo.com" id="phasereditor.ide.product" application="phasereditor.ide.application" version="1.4.1.20170614" useFeatures="true" includeLaunchers="true">
55

66
<aboutInfo>
77
<image path="icons/about.png"/>
@@ -46,7 +46,7 @@ Copyright (c) Arian Fornaris 2015-2017
4646
</configIni>
4747

4848
<launcherArgs>
49-
<programArgsLin>--launcher.GTK_version 2
49+
<programArgsLin>--launcher.GTK_version 2 -persistState false
5050
</programArgsLin>
5151
<vmArgs>-Dosgi.requiredJavaVersion=1.8 -Dosgi.framework.extensions=org.eclipse.fx.osgi -Declipse.p2.unsignedPolicy=allow
5252
</vmArgs>

0 commit comments

Comments
 (0)