fix: formatting

This commit is contained in:
Stone_Red
2026-07-23 23:06:15 +02:00
committed by HueByte
parent cda890de60
commit 675a39cb15
+2 -1
View File
@@ -1377,7 +1377,8 @@ public sealed class AppOrchestrator : IDisposable
if (result.ServerInfo is not null && !string.IsNullOrEmpty(result.ServerInfo.Version)
&& result.ServerInfo.Version != UpdateChecker.CurrentVersion)
{
InvokeUI(() => {
InvokeUI(() =>
{
var choice = MessageBox.Query(_app, "Version Mismatch",
$"Server version {result.ServerInfo.Version} does not match client version {UpdateChecker.CurrentVersion}.\n\n" +
"Some features may not work correctly. Consider updating both to the same version.",