2
0
mirror of https://github.com/inventree/inventree-app.git synced 2026-06-10 08:27:15 +00:00

Require API version 46

This commit is contained in:
Oliver Walters
2022-05-09 21:46:29 +10:00
parent 65570eec33
commit 97ee077419
+1 -1
View File
@@ -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 // Keep a record of which settings we have received from the server
Map<String, InvenTreeGlobalSetting> _globalSettings = {}; Map<String, InvenTreeGlobalSetting> _globalSettings = {};