Skip to content

Commit

Permalink
Multi-monitor support
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Apr 13, 2021
1 parent 2c23342 commit 05d2f11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class PreferencesDto {
private String username = "";
private String apiUrl = "https://demo.timetracker.tk";
private int width = 600;
private int height = 300;
private int height = 200;
private Set<String> captureDevices;
private Map<Long, ProjectPreferences> preferences = new HashMap<>();

Expand Down

0 comments on commit 05d2f11

Please sign in to comment.