Skip to content

Commit

Permalink
fix: remove select output, which would not be displayed
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Jun 28, 2024
1 parent 8600296 commit e75d5e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/components/settings/SettingsTimelapseTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -566,10 +566,6 @@ export default class SettingsTimelapseTab extends Mixins(BaseMixin) {
get cameraOptions() {
const output: any = []
if (this.blockedsettings.includes('camera') || this.blockedsettings.includes('snapshoturl')) {
return [{ value: null, text: this.$t('Settings.TimelapseTab.SetInMoonrakerConf') }]
}
if (this.availableSnapshotWebcams.length === 0) {
return [{ value: null, text: this.$t('Settings.TimelapseTab.NoWebcamFound') }]
}
Expand Down
1 change: 0 additions & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,6 @@
"RulesZeroAndPositive": "Value must be 0 or greater!",
"SaveFrames": "Save Frames",
"SaveFramesDescription": "Save the frames to a zip-file for external rendering",
"SetInMoonrakerConf": "Set in moonraker.conf",
"StreamDelayCompensation": "Stream Delay Compensation",
"StreamDelayCompensationDescription": "Delay frame capture",
"Targetlength": "Target Length",
Expand Down

0 comments on commit e75d5e0

Please sign in to comment.