feat: show global envs on hover
This commit is contained in:
@@ -115,6 +115,19 @@ export default defineComponent({
|
||||
icon: "cookie",
|
||||
duration: 0,
|
||||
action: [
|
||||
{
|
||||
text: this.$t("action.learn_more").toString(),
|
||||
onClick: (_, toastObject) => {
|
||||
setLocalConfig("cookiesAllowed", "yes")
|
||||
toastObject.goAway(0)
|
||||
window
|
||||
.open(
|
||||
"https://github.com/hoppscotch/hoppscotch/wiki/Privacy-Policy",
|
||||
"_blank"
|
||||
)
|
||||
.focus()
|
||||
},
|
||||
},
|
||||
{
|
||||
text: this.$t("action.dismiss").toString(),
|
||||
onClick: (_, toastObject) => {
|
||||
|
||||
Reference in New Issue
Block a user