fix first window outside screen

This commit is contained in:
François
2022-01-25 18:44:54 +01:00
parent bb39b6d3ea
commit 847ffcd207
3 changed files with 51 additions and 58 deletions

View File

@ -104,6 +104,14 @@
</fileset>
</replaceregexp>
<replaceregexp byline="true">
<regexp pattern="(.*entry key=&#34;.*Location&#34;&#62;)[^&#93;]*(.*)"/>
<substitution expression="\1&#91;x=50,y=50\2"/>
<fileset dir="data/config">
<include name="*.xml"/>
</fileset>
</replaceregexp>
<replaceregexp byline="true">
<regexp pattern="(.*entry key=&#34;Download.*Checked&#34;&#62;)false(.*)"/>
<substitution expression="\1true\2"/>