Added Airplane mode feature using os.system to write to terminal rfkill commands to block and unblock wifi and bluetooth connections.
Added yaml variable to be able to decide whether airplane mode is on/off on boot.
Added a toggle feature to the networking page, using the second button, when pressed will enable or disable airplane mode(when enabling, the networking text disappears from the screen instantly, but when disabling it does take a few seconds to pop back up)
Added Airplane mode feature using os.system to write to terminal rfkill commands to block and unblock wifi and bluetooth connections.
Added yaml variable to be able to decide whether airplane mode is on/off on boot.
Added a toggle feature to the networking page, using the second button, when pressed will enable or disable airplane mode(when enabling, the networking text disappears from the screen instantly, but when disabling it does take a few seconds to pop back up)
closes issue #20