Skip to content

Commit

Permalink
Update FlipperBudy image
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfreeman authored and Programistich committed Jan 27, 2024
1 parent d47f109 commit 9c94f24
Show file tree
Hide file tree
Showing 4 changed files with 1,418 additions and 1,427 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct InfraredEmulateView: View {

init(item: ArchiveItem) {
self.item = item
self.remotes = item.getInfraredRemoteNames
self.remotes = item.infraredRemoteNames
}

enum InfraredEmulateStatus {
Expand Down Expand Up @@ -128,7 +128,7 @@ extension Flipper {
}

extension ArchiveItem {
public var getInfraredRemoteNames: [String] {
public var infraredRemoteNames: [String] {
return self.properties
.filter { $0.key == "name" }
.map { $0.value }
Expand Down
Loading

0 comments on commit 9c94f24

Please sign in to comment.