Improvements to initialstart + 1 more
This MR implements multiple things
- Add
.vscode/to .gitignore- Any files generated by Visual Studio code or its extensions will not be pushed.
- Give
InitialStartModulea requirednameproperty- Every
InitialStartModulenow requires anameproperty. This replaces the previous setup where aproperty string namewas needed in thecontentitemof theInitialStartModule.
- Every
- Remove the cellular page if no modem
- If the device has no modem (
PlasmaMM.SignalIndicator.modemAvailable == false), the cellular page will no longer be shown.
- If the device has no modem (