mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 01:25:58 +03:00
[PR #447] [CLOSED] [Fix]not correct index in submenu. #541
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#541
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/447
Author: @yebityon
Created: 1/21/2021
Status: ❌ Closed
Base:
develop← Head:issue_444📝 Commits (5)
b4e9353update MenuManager to fix issue #44499b432bupdate MenuManager.swift857b1d6Merge branch 'develop' of https://github.com/Clipy/Clipy into issue_444ebd7a1dfix inproper shortcut indexesbbcc7abupdate to remove warning📊 Changes
1 file changed (+9 additions, -4 deletions)
View changed files
📝
Clipy/Sources/Managers/MenuManager.swift(+9 -4)📄 Description
Problem
When turn on Menu items' title starts with 0 on preferences, the range of history & shortcut key are not correct.
Related #444
Diff
・Introduce new variable in
makeSubmenuItem&makeClipMenuItemto manage the index status.・add some condition to fix indexes when
isStartFromZeroistrue🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.