From 93ad46a685427497d4cab4ad7b8368161059bc6a Mon Sep 17 00:00:00 2001 From: IceStormNG Date: Mon, 24 Jul 2023 14:14:57 +0200 Subject: [PATCH] Well.. this should've been implemented already. --- app/Peripherals/Mouse/Models/P711.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Peripherals/Mouse/Models/P711.cs b/app/Peripherals/Mouse/Models/P711.cs index 06d4fb09..adadae84 100644 --- a/app/Peripherals/Mouse/Models/P711.cs +++ b/app/Peripherals/Mouse/Models/P711.cs @@ -33,7 +33,7 @@ public override int ProfileCount() { - throw new NotImplementedException(); + return 5; } public override int MaxDPI() {