support internal icon
This commit is contained in:
@@ -85,6 +85,7 @@ const emit = defineEmits<{
|
||||
:sort-key="profileSortKey"
|
||||
:open-profile-error="openProfileError"
|
||||
:browser-id="currentBrowser.browserId"
|
||||
:browser-family-id="currentBrowser.browserFamilyId"
|
||||
:is-opening-profile="isOpeningProfile"
|
||||
@update:sort-key="emit('update:profileSortKey', $event)"
|
||||
@open-profile="(browserId, profileId) => emit('openProfile', browserId, profileId)"
|
||||
@@ -113,6 +114,7 @@ const emit = defineEmits<{
|
||||
:title="associatedProfilesModal.title"
|
||||
:profiles="associatedProfilesModal.profiles"
|
||||
:browser-id="associatedProfilesModal.browserId"
|
||||
:browser-family-id="currentBrowser.browserFamilyId"
|
||||
:is-bookmark="associatedProfilesModal.isBookmark"
|
||||
:is-opening-profile="isOpeningProfile"
|
||||
@close="emit('closeAssociatedProfiles')"
|
||||
|
||||
Reference in New Issue
Block a user