Skip to content

Commit

Permalink
- revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
derreisende77 committed Aug 26, 2024
1 parent 23730c7 commit b821c0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ public class BookmarkWindowController implements Initializable {
@FXML
private Label lblSeen;
@FXML
private Label lblMessage;
@FXML
private Label lblFilter;
@FXML
private TextArea taDescription;
Expand Down Expand Up @@ -625,7 +623,6 @@ private void updateDisplay() {
30,
TimeUnit.SECONDS);
}
lblMessage.setText("");
}

/**
Expand All @@ -635,7 +632,6 @@ private void saveBookMarkList() {
if (listUpdated) {
listeBookmarkList.saveToFile(StandardLocations.getBookmarkFilePath());
btnSaveList.setDisable(true);
JavaFxUtils.invokeInFxThreadAndWait(() -> lblMessage.setText("Merkliste ist gesichert"));
}
listUpdated = false;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,5 @@
<Label fx:id="lblCount" text="Label"/>
<Label fx:id="lblSeen" text="Label"/>
<Label fx:id="lblFilter" text="Label"/>
<Label fx:id="lblMessage" text="Label"/>
</HBox>
</AnchorPane>

0 comments on commit b821c0b

Please sign in to comment.