OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/electrum/gui/qt/main_window.py", line 721, in <lambda>
    tab.menu_action = view_menu.addAction(item_name, lambda: self.toggle_tab(tab))
                                                             ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/electrum/gui/qt/main_window.py", line 342, in toggle_tab
    self.config.set_key('show_{}_tab'.format(tab.tab_name), show)
  File "/usr/lib/python3/dist-packages/electrum/simple_config.py", line 171, in set_key
    self._set_key_in_user_config(key, value, save)
  File "/usr/lib/python3/dist-packages/electrum/simple_config.py", line 180, in _set_key_in_user_config
    self.save_user_config()
  File "/usr/lib/python3/dist-packages/electrum/simple_config.py", line 272, in save_user_config
    with open(path, "w", encoding='utf-8') as f:
OSError: [Errno 28] No space left on device