diff options
| author | medusadigital <medusadigital@users.noreply.github.com> | 2017-12-13 13:21:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-13 13:21:55 +0100 |
| commit | b8e5230d7def6f031ca6039d55bdf5c51518a40e (patch) | |
| tree | c60cf402c082c7f2a82e84ddb2e98e7ef158ec37 | |
| parent | 9d22b6ab4da8f310b629f989233c517eb51d301d (diff) | |
| download | monzero-gui-b8e5230d7def6f031ca6039d55bdf5c51518a40e.tar.gz monzero-gui-b8e5230d7def6f031ca6039d55bdf5c51518a40e.tar.xz monzero-gui-b8e5230d7def6f031ca6039d55bdf5c51518a40e.zip | |
add start-low-graphics-mode.bat
add start-low-graphics-mode.bat
| -rw-r--r-- | start-low-graphics-mode.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/start-low-graphics-mode.bat b/start-low-graphics-mode.bat new file mode 100644 index 00000000..199f4281 --- /dev/null +++ b/start-low-graphics-mode.bat @@ -0,0 +1,7 @@ +@echo off
+ + +set QMLSCENE_DEVICE=softwarecontext + +
+start /b monero-wallet-gui.exe
\ No newline at end of file |
