Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

* 2134 feature request implement a way of getting a way to show keyboard shortcuts #2143

Open
wants to merge 12 commits into
base: alpha
Choose a base branch
from

Conversation

PWagner1
Copy link
Contributor

@PWagner1 PWagner1 commented Mar 9, 2025

@giduac
Copy link
Contributor

giduac commented Mar 9, 2025

@PWagner1

Can you please provide an overview of how this works on the discord channel where we discuss the theming changes.
Thus we keep an overview what is being implemented.

@PWagner1
Copy link
Contributor Author

PWagner1 commented Mar 9, 2025

@PWagner1

Can you please provide an overview of how this works on the discord channel where we discuss the theming changes. Thus we keep an overview what is being implemented.

@giduac

Just pinged you on Discord with a sample

}
}

// Extract Fonts
XmlNodeList fontNodes = root.SelectNodes("Resources/Fonts/Font");
foreach (XmlNode fontNode in fontNodes)
XmlNodeList? fontNodes = root.SelectNodes("Resources/Fonts/Font");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this a Base64Coded string. Font has a toString and from string conversion

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Smurf-IV & @giduac

Should only the images be encoded as base64?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants