mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Require API version 46
This commit is contained in:
parent
65570eec33
commit
97ee077419
1 changed files with 1 additions and 1 deletions
|
|
@ -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<String, InvenTreeGlobalSetting> _globalSettings = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue