diff --git a/src/components/SortDropdown.vue b/src/components/SortDropdown.vue
index ee6a477..eb35ac6 100644
--- a/src/components/SortDropdown.vue
+++ b/src/components/SortDropdown.vue
@@ -4,6 +4,7 @@ import { computed, onBeforeUnmount, ref } from "vue";
type Option = {
label: string;
value: string;
+ iconSrc?: string | null;
};
const props = defineProps<{
@@ -63,7 +64,15 @@ onBeforeUnmount(() => {
type="button"
@click="toggle"
>
- {{ selectedLabel }}
+
+
+ {{ selectedLabel }}
+
Provide a name, executable path, and Chromium user data path.
+Add a custom executable and Chromium user data path when needed.
+