mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #312] Language and country settings don't show up on startup anymore #137
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#137
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 @Dan3a on GitHub (Jan 8, 2023).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/312
Describe the bug
On calculator reset, the language and country settings do not appear.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should show the country and language settings
Device (please complete the following information):
72d10f8@Yaya-Cout commented on GitHub (Jan 9, 2023):
If you want onboarding, compile with
epsilon.onboardinginstead ofepsilonin your command : if you are building withmake epsilon.A_flash, just usemake epsilon.onboarding.A_flash. It should fix your problem.@Dan3a commented on GitHub (Jan 10, 2023):
Yep alright that works, thanks!