We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5bd9f commit a124620Copy full SHA for a124620
src/main/java/de/doubleslash/keeptime/view/ProjectsListViewController.java
@@ -252,7 +252,6 @@ private Node createListEntryForProject(final Project p) {
252
changeWithTimeMenuItem.setOnAction(e -> {
253
final ChangeWithTimeDialog changeWithTimeDialog = new ChangeWithTimeDialog(model,
254
ViewController.activeWorkSecondsProperty, p);
255
- //changeWithTimeDialog.initOwner(mainStage);
256
257
Stage stage = (Stage) changeWithTimeDialog.getDialogPane().getScene().getWindow();
258
stage.getIcons().add(new Image(Resources.getResource(RESOURCE.ICON_MAIN).toString()));
0 commit comments