mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #320] [CLOSED] little fix with key EE #364
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#364
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/UpsilonNumworks/Upsilon/pull/320
Author: @ZetaMap
Created: 4/4/2023
Status: ❌ Closed
Base:
upsilon-dev← Head:patch-1📝 Commits (1)
e8eb129little fix with key EE📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
apps/apps_container.cpp(+2 -2)📄 Description
The calculator crash when this key is pressed and if an app like rpn, reader, or other, is not present so will use the constant APPS_CONTAINER_SNAPSHOT_COUNT to know index of settings.
Note : I haven't tested the case where it could always select the last of apps, if there are external ones. I don't know if this variable also counts external apps, but I see it used above, so why not use it.
EDIT: I tested this case and is work perfectly, the key always open settings even 1 or more apps is not present. 😉
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.