Skip to content

Commit

Permalink
Fixed "Insert recent" bug (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed Dec 14, 2024
1 parent df73d46 commit e56ed55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/MyControllerMenu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ extension MyController: NSMenuItemValidation {
try self.mm.addMedia(url: url,
allowedTypes: [ .D64, .T64, .PRG, .P00, .G64 ],
drive: id,
options: [.force])
options: [.force, .remember])

} catch {
self.showAlert(.cantInsert, error: error, async: true)
Expand Down

0 comments on commit e56ed55

Please sign in to comment.