mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 01:25:58 +03:00
[GH-ISSUE #188] changes in preferences only take place the next time an item is copied #95
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#95
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?
Originally created by @tessus on GitHub (Jul 19, 2017).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/188
Great app. Unfortunately I'm still getting used to Swift thus I can't make code changes myself and send a PR.
I've noticed that if you make changes in the preferences pane, they are not reflected right away.
e.g. uncheck or check
Mark menu items with numbersThe menu still shows the old setting, until you copy another item into the clipboard.
This should be an easy fix. I was looking for a function that does something like updateMenu, but couldn't find anything. This should be a quick fix.
Any chance you could update the menu as soon as you make changes to the preferences pane?
@Econa77 commented on GitHub (Jul 20, 2017):
@tessus I think that is better as well.
I think that it can be easily modified, so I will try to fix it later.
Thank you for the report 😄
@tessus commented on GitHub (Jul 20, 2017):
Great, thank you. I wish I could be of more help. I'm still using Obj-C and haven't made the transition to Swift yet.
@Econa77 commented on GitHub (Jul 20, 2017):
@tessus Thank you 😄
Fixed this problem with #190 . It will be reflected in the next update.
We will welcome your contribution at any time 🚀