MerginMaps / mobile

Mobile app for Mergin Maps 📲. Open QGIS projects and manage vector data on your phone, even offline 📶 (Android/iOS/Windows app)
https://merginmaps.com
GNU General Public License v2.0
280 stars 62 forks source link

Fix console warnings with import #3342

Closed tomasMizera closed 3 months ago

tomasMizera commented 3 months ago

Fixes warning in the console like:

QML Rectangle: The current style does not support customization of this control (property: "background" item: QQuickRectangle(0x6000035e42a0, parent=0x0, geometry=0,0 0x0)). Please customize a non-native style (such as Basic, Fusion, Material, etc). For more information, see: https://doc.qt.io/qt-6/qtquickcontrols2-customize.html#customization-reference

We use the same fix in other places too.