mining: display max cpu thread count and warn about impact

This commit is contained in:
mmbyday
2018-12-17 21:04:16 -08:00
parent 59fc48bd8b
commit 481ef1f895
3 changed files with 185 additions and 144 deletions

View File

@@ -146,7 +146,7 @@ Rectangle {
}, State {
name: "Mining"
PropertyChanges { target: root; currentView: miningView }
PropertyChanges { target: mainFlickable; contentHeight: minHeight }
PropertyChanges { target: mainFlickable; contentHeight: 700 * scaleRatio}
}, State {
name: "Keys"
PropertyChanges { target: root; currentView: keysView }