mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
fix: formatting
This commit is contained in:
@@ -1377,7 +1377,8 @@ public sealed class AppOrchestrator : IDisposable
|
|||||||
if (result.ServerInfo is not null && !string.IsNullOrEmpty(result.ServerInfo.Version)
|
if (result.ServerInfo is not null && !string.IsNullOrEmpty(result.ServerInfo.Version)
|
||||||
&& result.ServerInfo.Version != UpdateChecker.CurrentVersion)
|
&& result.ServerInfo.Version != UpdateChecker.CurrentVersion)
|
||||||
{
|
{
|
||||||
InvokeUI(() => {
|
InvokeUI(() =>
|
||||||
|
{
|
||||||
var choice = MessageBox.Query(_app, "Version Mismatch",
|
var choice = MessageBox.Query(_app, "Version Mismatch",
|
||||||
$"Server version {result.ServerInfo.Version} does not match client version {UpdateChecker.CurrentVersion}.\n\n" +
|
$"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.",
|
"Some features may not work correctly. Consider updating both to the same version.",
|
||||||
|
|||||||
Reference in New Issue
Block a user