mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: rename quality tiers to Fast/HD/Max/Ultra, fix linter-broken hook
- Renamed quality labels: Balanced->HD, Best->Max (shorter, fits 4-col grid) - Fixed use-tool-processor.ts references broken by linter reformatting
This commit is contained in:
@@ -43,8 +43,8 @@ const SUBJECT_OPTIONS: { value: SubjectType; label: string; icon: typeof User }[
|
||||
|
||||
const ALL_QUALITY_OPTIONS: { value: Quality; label: string; peopleOnly?: boolean }[] = [
|
||||
{ value: "fast", label: "Fast" },
|
||||
{ value: "balanced", label: "Balanced" },
|
||||
{ value: "best", label: "Best" },
|
||||
{ value: "balanced", label: "HD" },
|
||||
{ value: "best", label: "Max" },
|
||||
{ value: "ultra", label: "Ultra", peopleOnly: true },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user