mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
preselect correct check in check screen
This commit is contained in:
@@ -102,7 +102,7 @@ public class CheckListController implements FxController {
|
||||
runningTask.set(batchService);
|
||||
checksListView.setCellFactory(view -> new CheckListCell());
|
||||
showResultScreen.set(true);
|
||||
checksListView.getSelectionModel().select(batch.getViewIndex(0));
|
||||
checksListView.getSelectionModel().select(batch.get(0));
|
||||
window.sizeToScene();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user