Skip to content

Commit 2302b4a

Browse files
ddamkeddamke
authored andcommitted
remove unused dialog
1 parent af23a8e commit 2302b4a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/main/java/de/doubleslash/keeptime/view/SettingsController.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -199,16 +199,6 @@ private void initialize() {
199199

200200
alert.showAndWait();
201201
}
202-
if (!displayProjectsRightCheckBox.isSelected() && hideProjectsOnMouseExitCheckBox.isSelected()) {
203-
hideProjectsOnMouseExitCheckBox.setSelected(false);
204-
final Alert warning = new Alert(AlertType.WARNING);
205-
warning.setTitle("Warning!");
206-
warning.setHeaderText("No Linux Support");
207-
warning.getDialogPane().setMinHeight(Region.USE_PREF_SIZE);
208-
warning.setContentText(
209-
"The project list on the left side has no Linux support if projects should be hidden. Disabling hiding of project list.");
210-
warning.showAndWait();
211-
}
212202
}
213203

214204
if (saveWindowPositionCheckBox.isSelected()) {

0 commit comments

Comments
 (0)