Displays the number of ambulances that are in a mission in Lombardy, Italy
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Rejected because prefs is not compatible with GNOEM 40 and 41. You can see our port guide to fix that: https://gjs.guide/extensions/upgrading/gnome-shell-40.html 2. Lang is a deprecated module. Please remove it for the next version: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#general-advice Learn how to remove Lang from your code: https://gjs.guide/guides/gjs/legacy-class-syntax.html 3. Use `ExtensionUtils.getSettings()` instead of creating your own custom function: https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/misc/extensionUtils.js 4. Also do this on disable: ```js areuMenu = null; ``` 5. Line 92 extension.js, Usage of object.actor is deprecated for AREUIndicator. If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions