Skip to content
This repository was archived by the owner on Dec 7, 2018. It is now read-only.

Commit 782bfa0

Browse files
committed
Small update
1 parent 464ba88 commit 782bfa0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/main/view/Fade.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
public class Fade {
1010

11-
private static Integer transitionDuration = 1000;
11+
private static Integer transitionDuration = 400;
1212

1313
public static ParallelTransition createFadeOutLeft(VBox VBoxToFade) {
1414
// Will become more opaque and translate from the centre towards the left side

src/main/view/MainController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@ else if (AMDRadioButton.isSelected()){
231231
miningVBox.toFront();
232232
});
233233

234-
// Get summary results from the API as much as possiblee and update labels
235-
// ToDo: Implement dev api (gpu usage, temp, etc.)
234+
// Get summary results from the API as much as possible and update labels
236235
while (true) {
237236
if (AMDRadioButton.isSelected()) amdUpdateInfo(minerSocket);
238237
else nvidiaUpdateInfo(minerSocket);

0 commit comments

Comments
 (0)