diff options
| author | tobtoht <tob@featherwallet.org> | 2026-03-28 20:17:49 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-03-28 20:17:49 +0000 |
| commit | 49c3e498c79b28740a7febb8c74dfa87dbf20298 (patch) | |
| tree | 77daf5234f2107ac4effabe3aaa3752a6604e916 /src/main | |
| parent | 541c895d713d694c23e2446ca1bf439c1789468f (diff) | |
| parent | e2a8efca864f7e3af7b5d602f6e76e26f377e585 (diff) | |
| download | monzero-gui-49c3e498c79b28740a7febb8c74dfa87dbf20298.tar.gz monzero-gui-49c3e498c79b28740a7febb8c74dfa87dbf20298.tar.xz monzero-gui-49c3e498c79b28740a7febb8c74dfa87dbf20298.zip | |
Merge pull request #4575
e2a8efc installer: move p2pool to LocalAppData (selsta)
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: |
