Skip to content

Commit 09aede1

Browse files
committed
don't start maximized by default
1 parent 6e62cfe commit 09aede1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ArcExplorer/Models/ApplicationSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public enum IntegerDisplayFormat
2525
Binary
2626
}
2727

28-
public bool StartMaximized { get; set; } = true;
28+
public bool StartMaximized { get; set; } = false;
2929

3030
public bool MergeTrailingSlash { get; set; } = true;
3131

0 commit comments

Comments
 (0)