Charles Milette
Charles Milette
Also, I don't use C#
> Hitting X will minimize discord This is exactly what Skype did in the Windows 7 era and I despised it, because the actual exit option was buried within menus...
You can make the commits in your PR as authored by Jaiganesh but committed by you - GitHub will keep the credits to him.
This doesn't really help against malware. These keys only affect packaged apps, and packaging an app requires signatures which ties back to a real world identity. As such, most malware...
A ressource file is [here](https://github.com/firstfloorsoftware/mui/blob/master/1.0/FirstFloor.ModernUI/Shared/Resources.resx). It's named Resources.$LANGUAGE_CODE.resx Copy Resources.resx as a file with the language you need, then edit the content, not the name, of the strings.
For now, you can't add ressources to MUI without having to manually compile it for your project or add a PR here.
put it wherever you want in your solution, remove the reference to the original, then add your dll as a reference.
These themes predates color themes being added in Terminology, and haven't been maintained for a while now because I lost interest in running a Linux desktop. I think nowadays there's...
What's the benefit of using NAPI? Also, I'm worried that `ToNumber().Int64Value()` might not always work since IEEE 754 doubles cannot accurately represent all values that a 64-bits pointer/integer can. So...
I was having frequent lockups (that required an IDE restart) and very bad input lag with C++ Intellisense. After disabling Viasfora, all those issues went away and the IDE feels...