Skip to content

Commit

Permalink
Merge pull request #395 from SmokeTag/change_default_camera_rotation
Browse files Browse the repository at this point in the history
[Enhancement] Change default camera orientation to 180º
  • Loading branch information
newtonick authored Jul 17, 2023
2 parents 9c36f5c + 315f399 commit d3adc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seedsigner/models/settings_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ class SettingsDefinition:
type=SettingsConstants.TYPE__SELECT_1,
visibility=SettingsConstants.VISIBILITY__ADVANCED,
selection_options=SettingsConstants.ALL_CAMERA_ROTATIONS,
default_value=SettingsConstants.CAMERA_ROTATION__0),
default_value=SettingsConstants.CAMERA_ROTATION__180),

SettingsEntry(category=SettingsConstants.CATEGORY__FEATURES,
attr_name=SettingsConstants.SETTING__COMPACT_SEEDQR,
Expand Down

0 comments on commit d3adc39

Please sign in to comment.