Use full name

This commit is contained in:
Dean Herbert 2024-09-02 13:08:14 +09:00
parent a038799c47
commit b990af6ada
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@ public static class Program
public static void Main(string[] args) public static void Main(string[] args)
{ {
// Velopack needs to run before anything else // Velopack needs to run before anything else
setupVelo(); setupVelopack();
if (OperatingSystem.IsWindows()) if (OperatingSystem.IsWindows())
{ {
@ -164,7 +164,7 @@ private static bool trySendIPCMessage(IIpcHost host, string cwd, string[] args)
return false; return false;
} }
private static void setupVelo() private static void setupVelopack()
{ {
VelopackApp VelopackApp
.Build() .Build()

View File

@ -1060,5 +1060,6 @@ private void load()
<s:Boolean x:Key="/Default/UserDictionary/Words/=Unplayed/@EntryIndexedValue">True</s:Boolean> <s:Boolean x:Key="/Default/UserDictionary/Words/=Unplayed/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Unproxy/@EntryIndexedValue">True</s:Boolean> <s:Boolean x:Key="/Default/UserDictionary/Words/=Unproxy/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Unranked/@EntryIndexedValue">True</s:Boolean> <s:Boolean x:Key="/Default/UserDictionary/Words/=Unranked/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=velopack/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Welford_0027s/@EntryIndexedValue">True</s:Boolean> <s:Boolean x:Key="/Default/UserDictionary/Words/=Welford_0027s/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Zoomable/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary> <s:Boolean x:Key="/Default/UserDictionary/Words/=Zoomable/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>