monero-gui: update patch
This commit is contained in:
parent
56bee53f42
commit
1a4c624354
@ -1,11 +1,12 @@
|
|||||||
diff --git a/main.cpp b/main.cpp
|
diff --git a/main.cpp b/main.cpp
|
||||||
index 79223c0..e80b317 100644
|
index a51568d..5a9f683 100644
|
||||||
--- a/main.cpp
|
--- a/main.cpp
|
||||||
+++ b/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",
|
QCommandLineOption logPathOption(QStringList() << "l" << "log-file",
|
||||||
QCoreApplication::translate("main", "Log to specified file"),
|
QCoreApplication::translate("main", "Log to specified file"),
|
||||||
QCoreApplication::translate("main", "file"));
|
QCoreApplication::translate("main", "file"));
|
||||||
|
-
|
||||||
+ logPathOption.setDefaultValue(
|
+ logPathOption.setDefaultValue(
|
||||||
+ QStandardPaths::writableLocation(QStandardPaths::CacheLocation)
|
+ QStandardPaths::writableLocation(QStandardPaths::CacheLocation)
|
||||||
+ + "/monero-wallet-gui.log");
|
+ + "/monero-wallet-gui.log");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user