diff --git a/lib/api.dart b/lib/api.dart index 861ed820..04377b97 100644 --- a/lib/api.dart +++ b/lib/api.dart @@ -1150,7 +1150,7 @@ class InvenTreeAPI { ); } - bool get supportsSettings => isConnected() && apiVersion >= 45; + bool get supportsSettings => isConnected() && apiVersion >= 46; // Keep a record of which settings we have received from the server Map _globalSettings = {};