mirror of
https://github.com/inventree/inventree-app.git
synced 2025-07-03 12:20:45 +00:00
Refactor loading overlay
This commit is contained in:
lib
api_form.dart
barcode
inventree
labels.dartsettings
widget
@ -50,7 +50,7 @@ class _InvenTreeAppSettingsState extends State<InvenTreeAppSettingsWidget> {
|
||||
|
||||
Future <void> loadSettings(BuildContext context) async {
|
||||
|
||||
showLoadingOverlay(context);
|
||||
showLoadingOverlay();
|
||||
|
||||
barcodeSounds = await InvenTreeSettingsManager().getValue(INV_SOUNDS_BARCODE, true) as bool;
|
||||
serverSounds = await InvenTreeSettingsManager().getValue(INV_SOUNDS_SERVER, true) as bool;
|
||||
|
Reference in New Issue
Block a user