more work on gtk & code cleanup

This commit is contained in:
2025-06-16 15:30:56 +02:00
parent 6f7bb5d92c
commit a49a3b2beb
69 changed files with 374 additions and 268 deletions

View File

@@ -1,7 +1,6 @@
using Pilz.Extensions.Reflection;
using Pilz.Net.Api.Messages;
using System.Diagnostics;
using System.Net;
namespace Pilz.Net.Api.Server;
@@ -41,7 +40,7 @@ public class MaintenanceHandler : IApiHandlerInitializer
{
if (MaintenanceEnabled)
{
// ...
}
}