Improvements to initialstart + 1 more
requested to merge usereightthreeninefive/plasma-mobile:user8395/initalstart/removeCellularAndOthers into master
This MR implements multiple things
- Add
.vscode/
to .gitignore- Any files generated by Visual Studio code or its extensions will not be pushed.
- Give
InitialStartModule
a requiredname
property- Every
InitialStartModule
now requires aname
property. This replaces the previous setup where aproperty string name
was needed in thecontentitem
of 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 (