File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
src/main/java/de/doubleslash/keeptime/view Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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 ()) {
You can’t perform that action at this time.
0 commit comments