mirror of
https://github.com/inventree/inventree-app.git
synced 2025-05-02 15:28:53 +00:00
Require API version 46
This commit is contained in:
parent
65570eec33
commit
97ee077419
@ -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 = {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user