mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #67] [MERGED] [apps/settings|code] Add a Flag to remove Code option in settings #234
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#234
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/67
Author: @Mino1289
Created: 10/28/2021
Status: ✅ Merged
Merged: 10/28/2021
Merged by: @Lauryy06
Base:
upsilon-dev← Head:upsilon-dev-fix📝 Commits (1)
34b9edf[apps/settings|code] Add a Flag to remove Code option in settings if code app is not compiled📊 Changes
6 files changed (+14 additions, -3 deletions)
View changed files
📝
apps/code/Makefile(+2 -0)📝
apps/settings/main_controller.cpp(+2 -0)📝
apps/settings/main_controller_prompt_beta.cpp(+2 -0)📝
apps/settings/main_controller_prompt_none.cpp(+2 -1)📝
apps/settings/main_controller_prompt_update.cpp(+2 -1)📝
apps/settings/sub_menu/code_options_controller.cpp(+4 -1)📄 Description
Adding Flag HAS_CODE in apps/code/Makefile
To remove Code option in settings if the code app is not compiled.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.