mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 05:29:12 +00:00
Create child class of Qt CheckBox to track search type it enables/disables
This commit is contained in:
@@ -5,6 +5,7 @@ from PyQt6.QtCore import QDir
|
||||
# Internal Packages
|
||||
from src.utils.config import SearchType
|
||||
|
||||
|
||||
class FileBrowser(QtWidgets.QWidget):
|
||||
def __init__(self, title, search_type: SearchType=None):
|
||||
QtWidgets.QWidget.__init__(self)
|
||||
|
||||
Reference in New Issue
Block a user