File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 13
13
:icon =" RefreshIcon"
14
14
@click =" refreshIframeContent"
15
15
/>
16
-
16
+ <!-- TODO: define share action -->
17
17
<BrowserActionItem
18
+ v-if =" false"
18
19
:title =" $t('dappActionBrowser.bookmark.title')"
19
20
:info =" $t('dappActionBrowser.bookmark.description')"
20
21
:icon =" FavoriteIcon"
21
22
/>
22
23
<BrowserActionItem
24
+ v-if =" IS_MOBILE_DEVICE"
23
25
:title =" $t('dappActionBrowser.share.title')"
24
26
:info =" $t('dappActionBrowser.share.description')"
25
27
:icon =" ShareIcon"
40
42
<script lang="ts">
41
43
import { defineComponent , PropType } from ' vue' ;
42
44
import { useStore } from ' vuex' ;
45
+ import { IS_MOBILE_DEVICE } from ' @/constants' ;
43
46
import type { RejectCallback , ResolveCallback } from ' ../../../types' ;
44
47
import Modal from ' ../Modal.vue' ;
45
48
import BtnMain from ' ../buttons/BtnMain.vue' ;
@@ -79,6 +82,7 @@ export default defineComponent({
79
82
RefreshIcon ,
80
83
ShareIcon ,
81
84
FavoriteIcon ,
85
+ IS_MOBILE_DEVICE ,
82
86
};
83
87
},
84
88
});
You can’t perform that action at this time.
0 commit comments