mirror of
https://gitlab.com/kauron/jstudy
synced 2025-09-30 21:01:10 +02:00
Settings: enabled showFeedback setting
This commit is contained in:
parent
3d41dbf779
commit
59ffe397d3
2 changed files with 2 additions and 1 deletions
|
@ -37,6 +37,7 @@ public class TestController implements Initializable {
|
|||
@Override
|
||||
public void initialize(URL url, ResourceBundle resourceBundle) {
|
||||
skipButton.disableProperty().bind(correctingError);
|
||||
feedback.visibleProperty().bind(AppPrefs.showFeedback);
|
||||
}
|
||||
|
||||
void setList(List<TestItem> list) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue