From 4c76cf6320750095ce34feb17bd7633a65972556 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Mon, 28 Nov 2022 09:44:42 +0000 Subject: [PATCH] Add missing prefs --- prefs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/prefs.h b/prefs.h index 96f13e2..4309e33 100644 --- a/prefs.h +++ b/prefs.h @@ -47,6 +47,7 @@ struct preferences { QString clusterTcpPassword; int clusterTimeout; bool clickDragTuningEnable; + bool clusterSkimmerSpotsEnable; }; #endif // PREFS_H