Skip to content

Commit

Permalink
Revert camera preview as it made image freeze.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Apr 20, 2024
1 parent 8b41e6a commit 731a983
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Moblin/Various/Settings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1622,13 +1622,13 @@ private func addMissingGlobalButtons(database: Database) {
button.systemImageNameOff = "photo.on.rectangle.angled"
updateGlobalButton(database: database, button: button)

button = SettingsButton(name: String(localized: "Camera preview"))
button.id = UUID()
button.type = .cameraPreview
button.imageType = "System name"
button.systemImageNameOn = "photo.tv"
button.systemImageNameOff = "photo.tv"
updateGlobalButton(database: database, button: button)
// button = SettingsButton(name: String(localized: "Camera preview"))
// button.id = UUID()
// button.type = .cameraPreview
// button.imageType = "System name"
// button.systemImageNameOn = "photo.tv"
// button.systemImageNameOff = "photo.tv"
// updateGlobalButton(database: database, button: button)

button = SettingsButton(name: String(localized: "Browser"))
button.id = UUID()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ struct Version {

// swiftlint:disable line_length
private let versions = [
Version(version: "0.243.0", date: "2024-04-20", changes: [
"• Revert \"Camera preview\" quick button. It made the image freeze randomly. 😢",
]),
Version(version: "0.242.0", date: "2024-04-19", changes: [
"• Make OA4 work. 🐛 jaystreazy",
" • Affects how image formats are selected for all cameras, so might affect their image as well.",
Expand Down

0 comments on commit 731a983

Please sign in to comment.