diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-01-21 15:04:28 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-01-21 15:04:28 -0600 |
| commit | 9689fff957ba994b619a2a7fb881598a997f66c2 (patch) | |
| tree | ac016cce3bf28fbfe34345e6c89584d0c5472815 /main.cpp | |
| parent | aa0742fe0580066ead41375c488aa22f33900f4d (diff) | |
| parent | fd3280c2547e7d54e6d28bd65342512eea51ee67 (diff) | |
| download | monzero-gui-9689fff957ba994b619a2a7fb881598a997f66c2.tar.gz monzero-gui-9689fff957ba994b619a2a7fb881598a997f66c2.tar.xz monzero-gui-9689fff957ba994b619a2a7fb881598a997f66c2.zip | |
Merge pull request #1912
fd3280c CSV export functionality for transaction history (xmrdsc)
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -268,6 +268,11 @@ int main(int argc, char *argv[]) engine.rootContext()->setContextProperty("scaleRatio", 1); #endif +#ifndef Q_OS_IOS + const QString desktopFolder = QStandardPaths::writableLocation(QStandardPaths::DesktopLocation); + if (!desktopFolder.isEmpty()) + engine.rootContext()->setContextProperty("desktopFolder", desktopFolder); +#endif if (!moneroAccountsRootDir.empty()) { |
