Remove the duplicate Save entry in the system menu

Open Beginner friendly
#30 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Quiet
Domain
desktop

Research direction

Search the source for GetSystemMenu and the AppendMenuA call that adds Save. Remove the system-menu Save entry while keeping File > Save in the normal menu, then run the application and confirm the system menu no longer contains the duplicate.

Written by the indexing model from the issue text.

Description

You add a custom Save command to the system menu:

GetSystemMenu
AppendMenuA Save

But you also have File > Save in the normal menu. If the goal is tiny, remove the system-menu Save. It saves a string, an import use path, and some code.

Dominant language
Assembly
Stars
1.8k
Forks
114
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from PlummersSoftwareLLC/TinyRetroPad

All issues in PlummersSoftwareLLC/TinyRetroPad

Similar issues

More Desktop Dev issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.