diff --git a/start-low-graphics-mode.bat b/start-low-graphics-mode.bat index 199f4281..c508e1eb 100644 --- a/start-low-graphics-mode.bat +++ b/start-low-graphics-mode.bat @@ -1,7 +1,5 @@ @echo off - - -set QMLSCENE_DEVICE=softwarecontext - -start /b monero-wallet-gui.exe \ No newline at end of file +set QMLSCENE_DEVICE=softwarecontext + +start /b monero-wallet-gui.exe