Skip to content

Commit

Permalink
Extracted getValue to a separated file
Browse files Browse the repository at this point in the history
  • Loading branch information
avi12 committed Oct 16, 2024
1 parent ed9e173 commit 71cda77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/entrypoints/popup/Popup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
import ControlQuality from "@/entrypoints/popup/views/ControlQuality.svelte";
import ControlSize from "@/entrypoints/popup/views/ControlSize.svelte";
import Promotions from "@/entrypoints/popup/views/Promotions.svelte";
import { getValue } from "@/lib/shared-utils";
import type { EnhancedBitratePreferences, QualityFpsPreferences, VideoAutoResize, VideoSize } from "@/lib/types";
import { initial } from "@/lib/ythd-setup";
import { getI18n, getValue } from "@/lib/ythd-utils";
import { getI18n } from "@/lib/ythd-utils";
Promise.all([
storage.getItem<QualityFpsPreferences>("local:qualities", { fallback: initial.qualities }),
Expand Down

0 comments on commit 71cda77

Please sign in to comment.