feat: preffered startup paths
This commit is contained in:
Binary file not shown.
@@ -96,10 +96,14 @@ class FileInfoResponse(BaseModel):
|
||||
|
||||
class SettingsResponse(BaseModel):
|
||||
show_thumbnails: bool
|
||||
preferred_startup_path_left: str | None = None
|
||||
preferred_startup_path_right: str | None = None
|
||||
|
||||
|
||||
class SettingsUpdateRequest(BaseModel):
|
||||
show_thumbnails: bool
|
||||
show_thumbnails: bool | None = None
|
||||
preferred_startup_path_left: str | None = None
|
||||
preferred_startup_path_right: str | None = None
|
||||
|
||||
|
||||
class TaskListItem(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user