Skip to content

Commit 39c48c6

Browse files
author
mreishman
committed
added minimized option for default view in settings
1 parent ae63b26 commit 39c48c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/php/templateFiles/settingsMain.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
</td>
4949
<td>
5050
<select name="defaultViewBranch">
51+
<option <?php if($defaultViewBranch == 'Minimized'){echo "selected";} ?> value="Minimized">Minimized</option>
5152
<option <?php if($defaultViewBranch == 'Standard'){echo "selected";} ?> value="Standard">Standard</option>
5253
<option <?php if($defaultViewBranch == 'Expanded'){echo "selected";} ?> value="Expanded">Expanded</option>
5354
</select>

0 commit comments

Comments
 (0)