Skip to content

Commit b5f4dff

Browse files
committed
the projectlist is displayed on the right now by default because it makes less trouble on windows and linux
1 parent e60a32a commit b5f4dff

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/de/doubleslash/keeptime

1 file changed

+1
-1
lines changed

src/main/java/de/doubleslash/keeptime/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void start(final Stage primaryStage) throws Exception {
7474
settings.setHoverBackgroundColor(model.hoverBackgroundColor.get());
7575
settings.setHoverFontColor(model.hoverFontColor.get());
7676
settings.setUseHotkey(false);
77-
settings.setDisplayProjectsRight(false);
77+
settings.setDisplayProjectsRight(true);
7878
model.settingsRepository.save(settings);
7979
} else {
8080
settings = settingsList.get(0);

0 commit comments

Comments
 (0)