fix update
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user