Remove revision number from window title

This commit is contained in:
Loporrit
2025-07-21 17:12:53 +00:00
parent 10b11e0f37
commit b207af35f8
3 changed files with 5 additions and 14 deletions

View File

@@ -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)
{
}
}