dirkwhoffmann / vAmiga

vAmiga is a user-friendly Amiga 500, 1000, 2000 emulator for macOS
https://dirkwhoffmann.github.io/vAmiga
Other
293 stars 24 forks source link

Update SnapshotDialog.swift #831

Closed MaddTheSane closed 1 week ago

MaddTheSane commented 1 week ago

Use guard let in a few places. Date has a timeIntervalSince(_:) method that can be used.

dirkwhoffmann commented 1 week ago

Thanks for the PR!