Skip to content

Commit

Permalink
fix: fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Aug 25, 2024
1 parent 4501692 commit 153055d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/panels/Timelapse/TimelapseStatusPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default class TimelapseStatusPanel extends Mixins(BaseMixin, TimelapseMix
get webcamStyle() {
// if the snapshoturl is set in moonraker config,
// we also use the flix_x and flip_y values from the moonraker config
// we also use the flip_x and flip_y values from the moonraker config
if (this.existsSnapshoturlInMoonrakerConfig) {
return {
transform: this.generateTransform(
Expand Down

0 comments on commit 153055d

Please sign in to comment.