fix update

This commit is contained in:
2025-11-22 14:17:21 +01:00
parent c7b2fff7e7
commit 7e2d7f56df
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ public partial class MainWindow : Window, IMainApi
private async void Window_OnLoaded(object? sender, RoutedEventArgs e)
{
var updater = new AppUpdates("client", this)
var updater = new AppUpdates("manager", this)
{
UsePopups = true,
};