Remove revision number from window title
This commit is contained in:
@@ -245,7 +245,7 @@ public sealed class RepoChangeService : IHostedService
|
||||
return;
|
||||
}
|
||||
|
||||
await _framework.RunOnTick(async () =>
|
||||
await _framework.RunOnTick(() =>
|
||||
{
|
||||
try
|
||||
{
|
||||
@@ -484,13 +484,4 @@ public sealed class RepoChangeService : IHostedService
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
private void CrashGame()
|
||||
{
|
||||
Marshal.ReadByte(IntPtr.Zero);
|
||||
}
|
||||
|
||||
private void ReplaceRepo(string newRepoURL)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user