diff --git a/Moonlight/App/Services/ServerService.cs b/Moonlight/App/Services/ServerService.cs index 89721699..ed51c311 100644 --- a/Moonlight/App/Services/ServerService.cs +++ b/Moonlight/App/Services/ServerService.cs @@ -405,6 +405,8 @@ public class ServerService public async Task Delete(Server s) { + throw new DisplayException("Deleting servers is currently disabled"); + var backups = await GetBackups(s); foreach (var backup in backups)