mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-07 18:56:24 +01:00
Merge pull request #3505
76be4b8
main: set correct size for pruned blockchain (selsta)
This commit is contained in:
commit
59fcda43c6
2
main.qml
2
main.qml
@ -92,7 +92,7 @@ ApplicationWindow {
|
||||
readonly property string localDaemonAddress : "localhost:" + getDefaultDaemonRpcPort(persistentSettings.nettype)
|
||||
property string currentDaemonAddress;
|
||||
property int disconnectedEpoch: 0
|
||||
property int estimatedBlockchainSize: 105 // GB
|
||||
property int estimatedBlockchainSize: persistentSettings.pruneBlockchain ? 40 : 105 // GB
|
||||
property alias viewState: rootItem.state
|
||||
property string prevSplashText;
|
||||
property bool splashDisplayedBeforeButtonRequest;
|
||||
|
Loading…
Reference in New Issue
Block a user