Removed the -Minimized flag from the Visual Pinball launch command on Unix

This commit is contained in:
Leon Styhre 2023-11-13 23:35:41 +01:00
parent f52f3a17a0
commit 221a87ce30
2 changed files with 2 additions and 2 deletions

View file

@ -2056,7 +2056,7 @@
<fullname>Visual Pinball</fullname>
<path>%ROMPATH%/vpinball</path>
<extension>.vpt .VPT .vpx .VPX</extension>
<command label="Visual Pinball (Standalone)">%EMULATOR_VISUAL-PINBALL% -Minimized -Play %ROM%</command>
<command label="Visual Pinball (Standalone)">%EMULATOR_VISUAL-PINBALL% -play %ROM%</command>
<platform>vpinball</platform>
<theme>vpinball</theme>
</system>

View file

@ -2041,7 +2041,7 @@
<fullname>Visual Pinball</fullname>
<path>%ROMPATH%\vpinball</path>
<extension>.vpt .VPT .vpx .VPX</extension>
<command label="Visual Pinball (Standalone)">%EMULATOR_VISUAL-PINBALL% -Minimized -Play %ROM%</command>
<command label="Visual Pinball (Standalone)">%EMULATOR_VISUAL-PINBALL% -minimized -play %ROM%</command>
<platform>vpinball</platform>
<theme>vpinball</theme>
</system>