We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b6627 commit f0dce86Copy full SHA for f0dce86
FlashpointManager/src/Forms/Settings.cs
@@ -83,6 +83,7 @@ await Task.Run(() => {
83
84
var shortcutPaths = new string[]
85
{
86
+ Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Programs), "Flashpoint.lnk"),
87
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.StartMenu), "Flashpoint.lnk"),
88
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Desktop), "Flashpoint.lnk")
89
};
0 commit comments