khoj/src/interface/desktop
Debanjum Singh Solanky 1ff049599f Show current config on config screen. Load default config if config unset
- Track current (saved/loaded) config separate from the new config (to
  be written) when user clicks Start

- Fallback to using default config when no config for the specific
  content type or processor is specified in khoj.yml
  - Earlier were only loading default config on first run, not after

- Create Child CheckBox, LineEdit classes for Processor Widgets
  - Create ProcessorType, similar to SearchType
  - Track ProcessorType the widgets are associated with
  - Simplify update, save, load of config based on type
2022-08-11 19:11:25 +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 Show current config on config screen. Load default config if config unset 2022-08-11 19:11:25 +03:00
file_browser.py Show current config on config screen. Load default config if config unset 2022-08-11 19:11:25 +03:00
system_tray.py Rename configure window to more generic configure screen 2022-08-09 22:44:05 +03:00