Skip to content
  • Devin Lin's avatar
    kcms/mobiledata: Clarify behavior when networkmanager wwanEnabled is off · aea30553
    Devin Lin authored
    In NetworkManager, there is a global "wwanEnabled" setting. We do not typically deal with this because toggling it off shuts off cellular in ModemManager (the mobile data toggle just disconnects the connection instead).
    
    Here we ensure that we address the case when "wwanEnabled" is off, and ensure that it's on when mobile data is toggled on. Also remove a check in the SIM page that seemed to depend on it.
    aea30553