diff options
| author | selsta <selsta@sent.at> | 2026-03-21 20:10:21 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2026-03-21 22:36:04 +0100 |
| commit | e2a8efca864f7e3af7b5d602f6e76e26f377e585 (patch) | |
| tree | 91756b032ab927df0330a357d87a6cfe72f69058 /src/main | |
| parent | b74815e8b3fd69351fac044b767367da0b5f2914 (diff) | |
| download | monzero-gui-e2a8efca864f7e3af7b5d602f6e76e26f377e585.tar.gz monzero-gui-e2a8efca864f7e3af7b5d602f6e76e26f377e585.tar.xz monzero-gui-e2a8efca864f7e3af7b5d602f6e76e26f377e585.zip | |
installer: move p2pool to LocalAppData
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/oshelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/oshelper.h b/src/main/oshelper.h index dc3058dd..1c3aeb72 100644 --- a/src/main/oshelper.h +++ b/src/main/oshelper.h @@ -56,10 +56,10 @@ public: Q_INVOKABLE bool isCapsLock() const; Q_INVOKABLE quint8 getNetworkTypeFromFile(const QString &keysPath) const; Q_INVOKABLE void openSeedTemplate() const; + bool installed() const; static std::pair<quint8, QString> getNetworkTypeAndAddressFromFile(const QString &wallet); private: - bool installed() const; signals: |
