mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #206] [MERGED] Adds 'option click' to delete an item in the clips menu #489
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#489
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Clipy/Clipy/pull/206
Author: @BenedictC
Created: 9/3/2017
Status: ✅ Merged
Merged: 9/16/2017
Merged by: @Econa77
Base:
develop← Head:develop📝 Commits (3)
20b5519Adds method for deleting a single clip51fdf56Modifies clip menu item handler to delete a clip when option is pressed642b932Fixes code to be valid Swift 3 (was Swift 4)📊 Changes
2 files changed (+26 additions, -2 deletions)
View changed files
📝
Clipy/Sources/AppDelegate.swift(+10 -2)📝
Clipy/Sources/Services/ClipService.swift(+16 -0)📄 Description
When option is pressed when an item in the clips menu is selected the item is deleted.
This feature was present, albeit in a more advanced form, in ClipMenu.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.