its whats on the tin; culls raw photos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: update export icon

+1 -1
+1 -1
cull/Views/ContentView.swift
··· 247 247 248 248 ToolbarItem(placement: .automatic) { 249 249 Button { showExportSheet = true } label: { 250 - Image(systemName: "square.and.arrow.up") 250 + Image(systemName: "square.and.arrow.up.on.square") 251 251 } 252 252 .help("Export (E)") 253 253 }