monero-gui: update patch

This commit is contained in:
rnhmjoj 2019-07-03 21:45:36 +02:00
parent 56bee53f42
commit 1a4c624354
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -1,11 +1,12 @@
diff --git a/main.cpp b/main.cpp
index 79223c0..e80b317 100644
index a51568d..5a9f683 100644
--- a/main.cpp
+++ b/main.cpp
@@ -115,6 +115,9 @@ int main(int argc, char *argv[])
@@ -152,7 +152,9 @@ int main(int argc, char *argv[])
QCommandLineOption logPathOption(QStringList() << "l" << "log-file",
QCoreApplication::translate("main", "Log to specified file"),
QCoreApplication::translate("main", "file"));
-
+ logPathOption.setDefaultValue(
+ QStandardPaths::writableLocation(QStandardPaths::CacheLocation)
+ + "/monero-wallet-gui.log");