khoj/src/interface/desktop
Debanjum Singh Solanky 28a91ad1fd Deep copy the default_config constant to prevent it being overwritten
- Issue
  - In the previous form, updates to self.current_config would update
    default_config as python does a shallow copy
  - So self.current_config is just referencing the values of default_config
  - Hence updates to current_config updates the default_config values too
  - This is not what we want

- Fix
  - Deep copy the default_config values. Now updates to
    self.current_config wouldn't affect the default_config
2022-08-12 23:54:16 +03:00
..
__init__.py Extract Qt GUI code from main.py into separate interface/desktop dir 2022-08-09 22:12:29 +03:00
configure_screen.py Deep copy the default_config constant to prevent it being overwritten 2022-08-12 23:54:16 +03:00
file_browser.py Increase Width of Configure Screen 2022-08-12 18:34:47 +03:00
labelled_text_field.py Increase Width of Configure Screen 2022-08-12 18:34:47 +03:00
system_tray.py Improve Docstring for Configure Screen and System Tray class, funcs 2022-08-11 23:36:02 +03:00